Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options object used to initialize a kernel.

Hierarchy

  • IOptions

Index

Properties

Optional clientId

clientId: string

The unique identifier for the kernel client.

Optional name

name: string

The kernel type (e.g. python3).

Optional serverSettings

serverSettings: ISettings

The server settings for the kernel.

Optional username

username: string

The username of the kernel client.

Generated using TypeDoc