IMultiServiceManager
Datalayer Core / IMultiServiceManager
Interface: IMultiServiceManager
Defined in: src/stateful/runtimes/apis.ts:304
Interface for the Service Manager that manages multiple Jupyter service managers.
Extends
IManager
Properties
browser
browser:
IManager|undefined
Defined in: src/stateful/runtimes/apis.ts:312
Service manager for browser kernels.
The kernels managed by this service manager are fully executed in a service worker with browser.
browserChanged
readonlybrowserChanged:ISignal<IManager,IManager|undefined>
Defined in: src/stateful/runtimes/apis.ts:317
Signal emitted when the browser services changes.
builder
readonlybuilder:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:141
The builder for the manager.
Deprecated
will be removed in JupyterLab v5
Inherited from
ServiceManager.IManager.builder
connectionFailure
readonlyconnectionFailure:ISignal<IManager,Error>
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:117
A signal emitted when there is a connection failure with the server.
Inherited from
ServiceManager.IManager.connectionFailure
contents
readonlycontents:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:145
The contents manager for the manager.
Inherited from
ServiceManager.IManager.contents
events
readonlyevents:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:149
The events service manager.
Inherited from
ServiceManager.IManager.events
isDisposed
readonlyisDisposed:boolean
Defined in: node_modules/@lumino/disposable/types/index.d.ts:16
Test whether the object has been disposed.
Notes
This property is always safe to access.
Inherited from
ServiceManager.IManager.isDisposed
isReady
readonlyisReady:boolean
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:109
Test whether the manager is ready.
Inherited from
ServiceManager.IManager.isReady
kernels
readonlykernels:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:165
The kernel manager of the manager.
Inherited from
ServiceManager.IManager.kernels
kernelspecs
readonlykernelspecs:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:169
The kernelspec manager for the manager.
Inherited from
ServiceManager.IManager.kernelspecs
local
readonlylocal:IManager
Defined in: src/stateful/runtimes/apis.ts:325
Classical Service manager on the Local Jupyter server.
nbconvert
readonlynbconvert:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:189
The nbconvert manager for the manager.
Inherited from
ServiceManager.IManager.nbconvert
ready
readonlyready:Promise<void>
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:113
A promise that fulfills when the manager is initially ready.
Inherited from
ServiceManager.IManager.ready
remote
remote:
IRemoteServicesManager|undefined
Defined in: src/stateful/runtimes/apis.ts:330
Service manager on a Remote Jupyter server.
remoteChanged
readonlyremoteChanged:ISignal<IManager,IRemoteServicesManager|undefined>
Defined in: src/stateful/runtimes/apis.ts:335
Signal emitted when the remote services changes.
serverSettings
readonlyserverSettings:ISettings
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:157
The server settings of the manager.
Inherited from
ServiceManager.IManager.serverSettings
sessions
readonlysessions:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:161
The session manager for the manager.
Inherited from
ServiceManager.IManager.sessions
settings
readonlysettings:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:173
The setting manager for the manager.
Inherited from
ServiceManager.IManager.settings
terminals
readonlyterminals:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:177
The terminals manager for the manager.
Inherited from
ServiceManager.IManager.terminals
user
readonlyuser:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:181
The user manager for the manager.
Inherited from
ServiceManager.IManager.user
workspaces
readonlyworkspaces:IManager
Defined in: node_modules/@jupyterlab/services/lib/manager.d.ts:185
The workspace manager for the manager.
Inherited from
ServiceManager.IManager.workspaces
Methods
dispose()
dispose():
void
Defined in: node_modules/@lumino/disposable/types/index.d.ts:28
Dispose of the resources held by the object.
Notes
If the object's dispose method is called more than once, all
calls made after the first will be a no-op.
Undefined Behavior
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Returns
void
Inherited from
ServiceManager.IManager.dispose