A Jupyter services manager.

Implements

Constructors

Properties

_connectionFailure: Signal<ServiceManager, Error> = ...
_isDisposed: boolean = false
_isReady: boolean = false
_readyPromise: Promise<void>
builder: Builder.IManager

The builder for the manager.

contents: Contents.IManager

Get the contents manager instance.

events: Event.IManager

The event manager instance.

kernels: Kernel.IManager

Get the kernel manager instance.

kernelspecs: KernelSpec.IManager

Get the kernelspec manager instance.

nbconvert: NbConvert.IManager

Get the nbconvert manager instance.

serverSettings: ServerConnection.ISettings

The server settings of the manager.

sessions: Session.IManager

Get the session manager instance.

settings: Setting.IManager

Get the setting manager instance.

terminals: Terminal.IManager

Get the terminal manager instance.

Get the user manager instance.

workspaces: Workspace.IManager

Get the workspace manager instance.

Accessors

Methods