Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JupyterFrontEnd

The namespace for JupyterFrontEnd class statics.

Index

Namespaces

Interfaces

Variables

Functions

Variables

Const IPaths

IPaths: Token<IPaths>

The application paths dictionary token.

Const ITreeResolver

ITreeResolver: Token<ITreeResolver>

The application tree resolver token.

Notes

Not all Jupyter front-end applications will have a tree resolver implemented on the client-side. This token should not be required as a dependency if it is possible to make it an optional dependency.

Functions

inDocMode

  • inDocMode(path: string, paths: IPaths): boolean
  • Is JupyterLab in document mode?

    Parameters

    • path: string

      Full URL of JupyterLab

    • paths: IPaths

      The current IPaths object hydrated from PageConfig.

    Returns boolean

Generated using TypeDoc