Jupyter Notebook

Jupyter Notebook#

Use the notebook pack to install the Jupyter Notebook interface into the system environment:

packs:
  notebook: {}

Use the server.default_path setting (Server settings) set to /tree to make the Notebook interface the default UI to load.

It is possible to restrict the installed Notebook to a major revision:

packs:
  jupyterlab:
    version: 7

Currently only version 7 is supported.