Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceManager

A Jupyter services manager. The namespace for ServiceManager statics.

Hierarchy

  • ServiceManager

Implements

Index

Constructors

constructor

Properties

Private _connectionFailure

_connectionFailure: Signal<this, Error> = new Signal<this, Error>(this)

Private _isDisposed

_isDisposed: boolean = false

Private _isReady

_isReady: boolean = false

Private _readyPromise

_readyPromise: Promise<void>

Private _specsChanged

_specsChanged: Signal<this, ISpecModels> = new Signal<this, Kernel.ISpecModels>(this)

builder

builder: BuildManager

The builder for the manager.

contents

contents: ContentsManager

Get the contents manager instance.

nbconvert

nbconvert: NbConvertManager

Get the nbconvert manager instance.

serverSettings

serverSettings: ISettings

The server settings of the manager.

sessions

sessions: SessionManager

Get the session manager instance.

settings

settings: SettingManager

Get the setting manager instance.

terminals

terminals: TerminalManager

Get the terminal manager instance.

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>

specs

specsChanged

Methods

Private _onConnectionFailure

  • _onConnectionFailure(sender: any, err: Error): void
  • Parameters

    • sender: any
    • err: Error

    Returns void

dispose

  • dispose(): void

Generated using TypeDoc