***`
@jupyterlite / @jupyterlite/kernel / IKernel / IOptions
Interface: IOptions
#
Defined in: packages/kernel/src/tokens.ts:108
The instantiation options for an IKernel.
Properties#
id
#
**id**
:string
Defined in: packages/kernel/src/tokens.ts:112
The kernel id.
`***
location
#
location
:string
Defined in: packages/kernel/src/tokens.ts:122
The location in the virtual filesystem from which the kernel was started.
***`
name
#
**name**
:string
Defined in: packages/kernel/src/tokens.ts:117
The name of the kernel.
`***
sendMessage
#
sendMessage
:SendMessage
Defined in: packages/kernel/src/tokens.ts:127
The method to send messages back to the server.