Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookManager

Hierarchy

  • NotebookManager

Index

Properties

Readonly contentManager

contentManager: ContentManager

Manages reading and writing contents to/from files. Files may be local or remote, with this manager giving them a chance to convert and migrate from specific notebook file types to and from a standard type for this UI

Optional Readonly serverManager

serverManager: ServerManager

(Optional) ServerManager to handle server lifetime management operations. Depending on the implementation this may not be needed.

Readonly sessionManager

sessionManager: SessionManager

A SessionManager that handles starting, stopping and handling notifications around sessions. Each notebook has 1 session associated with it, and the session is responsible for kernel management

Generated using TypeDoc