Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The session initialization options.

Hierarchy

  • IOptions

Index

Properties

Optional clientId

clientId: string

The unique identifier for the session client.

Optional kernelId

kernelId: string

The id of an existing kernel.

Optional kernelName

kernelName: string

The type of kernel (e.g. python3).

Optional name

name: string

The name of the session.

path

path: string

The path (not including name) to the session.

Optional serverSettings

serverSettings: ISettings

The server settings.

Optional type

type: string

The type of the session.

Optional username

username: string

The username of the session client.

Generated using TypeDoc