Options
All
  • Public
  • Public/Protected
  • All
Menu

The options object used to initialize a kernel.

Hierarchy

  • IOptions

Index

Properties

Optional clientId

clientId: string

The unique identifier for the kernel client.

Optional handleComms

handleComms: boolean

Whether the kernel connection should handle comm messages

Notes

The comm message protocol currently has implicit assumptions that only one kernel connection is handling comm messages. This option allows a kernel connection to opt out of handling comms.

See https://github.com/jupyter/jupyter_client/issues/263

model

model: IModel

The kernel model.

Optional serverSettings

serverSettings: ISettings

The server settings for the kernel.

Optional username

username: string

The username of the kernel client.

Generated using TypeDoc