Construct a new kernel manager.
The default options for kernel.
Private _connectionPrivate _isPrivate _kernelPrivate _modelsPrivate _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.
The number of running kernels.
Private _onPrivate _onHandle a kernel starting.
Private _onConnect 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.
An implementation of a kernel manager.