Interface: IOptions#

@jupyterlite/kernel.IKernel.IOptions

The instantiation options for an IKernel.

Properties#

id#

id: string

The kernel id.

Defined in#

packages/kernel/src/tokens.ts:122

location#

location: string

The location in the virtual filesystem from which the kernel was started.

Defined in#

packages/kernel/src/tokens.ts:132

name#

name: string

The name of the kernel.

Defined in#

packages/kernel/src/tokens.ts:127

sendMessage#

sendMessage: SendMessage

The method to send messages back to the server.

Defined in#

packages/kernel/src/tokens.ts:137