Readonly builderThe builder for the manager.
will be removed in JupyterLab v5
Readonly connectionA signal emitted when there is a connection failure with the server.
Readonly contentsThe contents manager for the manager.
Readonly eventsThe events service manager.
Readonly isReadonly isTest whether the manager is ready.
Readonly kernelsThe kernel manager of the manager.
Readonly kernelspecsThe kernelspec manager for the manager.
Readonly nbconvertThe nbconvert manager for the manager.
Readonly readyA promise that fulfills when the manager is initially ready.
Readonly serverThe server settings of the manager.
Readonly sessionsThe session manager for the manager.
Readonly settingsThe setting manager for the manager.
Readonly terminalsThe terminals manager for the manager.
Readonly userThe user manager for the manager.
Readonly workspacesThe workspace manager for the manager.
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.
Generated using TypeDoc
A service manager interface.