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 = new Token<IPaths>('@jupyterlab/application:IPaths')

The application paths dictionary token.

Const ITreeResolver

ITreeResolver: Token = new Token<ITreeResolver>('@jupyterlab/application: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

Generated using TypeDoc