Skip to content

nbgallery/lab-extensions

Repository files navigation

lab-extensions

Repo for JupyterLab/Retrolab/Notebookv7 NBGallery Extensions

Included extensions

Server extensions

jupyterlab-nbgallery

Lab Extensions

Installation

  • pip install juptyerlab_nbgallery
  • Restart Jupyter Server if already running

Configuration

Ensure the following environment variables are configured to anable various features

  • NBGALLERY_URL - Required for all but environment life
  • ENABLED_AUTODOWNLOAD - Set to 1 to auto download recently executed and starred notebooks
  • ENABLE_INSTRUMENTATION - Set to 1 to record cell executions to NBGallery
  • NBGALLERY_TERMINATION_TIME - Date/Time string for when the Jupyter instance will terminate/delete contents (If empty, no date is displayed)
  • NB_USER - username for user running Jupyter (needed for userpreferences)

Checking Configuration

Disabling individual lab extensions

To disable a specific lab extension use jupyter labextension disable @jupyterlab-nbgallery/<extensionname> such as jupyter labextension disable @jupyterlab-nbgallery/autodownload

Build

Best to build it in a container with JupyterLab installed for the time being. Then: pip install jupyter_packaging python setup.py bdist_wheel