Common settings to all sessions.

Hierarchy

Properties

autoconnect: boolean

Whether to automatically connect to the session.

debug?: boolean

Whether to print extra information to the console for debugging purposes.

disabled: boolean

Whether to prevent the session from ever connecting.

disabledMessage: string

The message to display when the session is disabled.

language: KernelLanguage

The initial language to execute code in in the session.

startupScript?: {
    python: string;
    r: string;
}

Code to run every time a kernel is (re)started.

Type declaration

  • python: string
  • r: string

Generated using TypeDoc