Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISession

Hierarchy

  • ISession

Index

Properties

canChangeKernels

canChangeKernels: boolean

Is change of kernels supported for this session?

Optional defaultKernelLoaded

defaultKernelLoaded: boolean

Tracks whether the default kernel failed to load This could be for a reason such as the kernel name not being recognized as a valid kernel;

Readonly id

id: string

Readonly kernel

kernel: IKernel

The kernel.

Notes

This is a read-only property, and can be altered by [changeKernel].

Readonly name

name: string

The current name associated with the session.

Readonly path

path: string

The current path associated with the session.

Readonly status

status: KernelStatus

The status indicates if the kernel is healthy, dead, starting, etc.

Readonly type

type: string

The type of the session.

Methods

changeKernel

  • Parameters

    Returns Thenable<IKernel>

configureConnection

  • Parameters

    Returns Thenable<void>

configureKernel

  • configureKernel(kernelInfo: IKernelSpec): Thenable<void>
  • Parameters

    Returns Thenable<void>

Generated using TypeDoc