Options
All
  • Public
  • Public/Protected
  • All
Menu

Module docmanager-extension

Index

Variables

Const default

default: JupyterFrontEndPlugin<any>[] = ...

Export the plugins as default.

Const downloadPlugin

downloadPlugin: JupyterFrontEndPlugin<void> = ...

A plugin providing download commands in the file menu and command palette.

Const openBrowserTabPlugin

openBrowserTabPlugin: JupyterFrontEndPlugin<void> = ...

A plugin providing open-browser-tab commands.

This is its own plugin in case you would like to disable this feature. e.g. jupyter labextension disable @jupyterlab/docmanager-extension:open-browser-tab

Note: If disabling this, you may also want to disable:

jupyterlab/filebrowser-extension:open-browser-tab

Const pathStatusPlugin

pathStatusPlugin: JupyterFrontEndPlugin<void> = ...

A plugin providing a file path widget to the status bar.

Const savingStatusPlugin

savingStatusPlugin: JupyterFrontEndPlugin<void> = ...

A plugin for adding a saving status item to the status bar.

Generated using TypeDoc