The examples
directory in the JupyterLab repo contains:
console
, filebrowser
, notebook
,
terminal
)lab
).Installation instructions for the examples are found in the project's README.
After installing the jupyter notebook server 4.2+, follow the steps for
installing the development version of JupyterLab. To build the examples, enter
from the jupyterlab
repo root directory, npm run server:examples
.
To run a particular plugin, navigate to the plugin's subdirectory in the
examples
directory. Enter: python main.py
.