A signal emitted when there is a server API connection failure.
Readonly
disposedA signal emitted when the object is disposed.
Readonly
isWhether the manager is active.
Readonly
isReadonly
isWhether the manager is ready.
Readonly
readyA promise that resolves when the manager is initially ready.
A signal emitted when the running kernels change.
Readonly
runningThe number of running kernels.
Readonly
serverThe server settings for the manager.
Connect to an existing kernel.
A promise that resolves with the new kernel instance.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Start a new kernel.
A promise that resolves with the kernel connection.
The manager serverSettings
will be always be used.
Object which manages kernel instances for a given base url.
Notes
The manager is responsible for maintaining the state of running kernels through polling the server. Use a manager if you want to be notified of changes to kernels.