Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceManager

A Jupyter services manager.

Hierarchy

  • ServiceManager

Implements

Index

Constructors

constructor

  • Construct a new services provider.

    Parameters

    Returns ServiceManager

Properties

Private _connectionFailure

_connectionFailure: any

Private _isDisposed

_isDisposed: any

Private _isReady

_isReady: any

Private _onConnectionFailure

_onConnectionFailure: any

Private _readyPromise

_readyPromise: any

Readonly builder

builder: BuildManager

The builder for the manager.

Readonly contents

contents: ContentsManager

Get the contents manager instance.

Readonly kernelspecs

kernelspecs: KernelSpecManager

Get the session manager instance.

Readonly nbconvert

nbconvert: NbConvertManager

Get the nbconvert manager instance.

Readonly serverSettings

serverSettings: ISettings

The server settings of the manager.

Readonly sessions

sessions: SessionManager

Get the session manager instance.

Readonly settings

settings: SettingManager

Get the setting manager instance.

Readonly terminals

terminals: TerminalManager

Get the terminal manager instance.

Readonly workspaces

workspaces: WorkspaceManager

Get the workspace manager instance.

Accessors

connectionFailure

  • get connectionFailure(): ISignal<this, Error>
  • A signal emitted when there is a connection failure with the kernel.

    Returns ISignal<this, Error>

isDisposed

  • get isDisposed(): boolean
  • Test whether the service manager is disposed.

    Returns boolean

isReady

  • get isReady(): boolean
  • Test whether the manager is ready.

    Returns boolean

ready

  • get ready(): Promise<void>
  • A promise that fulfills when the manager is ready.

    Returns Promise<void>

Methods

dispose

  • dispose(): void
  • Dispose of the resources used by the manager.

    Returns void

Generated using TypeDoc