Construct a new kernel manager.
Optional options: KernelManager.IOptionsThe default options for kernel.
Private _connectionPrivate _isPrivate _kernelPrivate _modelsPrivate _onPrivate _onHandle a kernel starting.
Private _onPrivate _pollPrivate _readyPrivate _runningReadonly serverThe server settings for the manager.
Whether the manager is active.
Test whether the delegate has been disposed.
Test whether the manager is ready.
Connect to an existing kernel.
The new kernel connection.
This will use the manager's server settings and ignore any server settings passed in the options.
Protected requestStart a new kernel.
A promise that resolves with the kernel connection.
The manager serverSettings will be always be used.
Generated using TypeDoc
An implementation of a kernel manager.