Options
All
  • Public
  • Public/Protected
  • All
Menu

The session initialization options.

Hierarchy

  • IOptions

Index

Properties

Optional clientId

clientId: string

The unique identifier for the session client.

Optional kernelConnectionOptions

kernelConnectionOptions: Omit<IOptions, "model" | "username" | "clientId" | "serverSettings">

Kernel connection options

model

model: IModel

Session model.

Optional serverSettings

serverSettings: ISettings

The server settings.

Optional username

username: string

The username of the session client.

Methods

connectToKernel

  • Connects to an existing kernel

    Parameters

    Returns IKernelConnection

Generated using TypeDoc