Back to Jupyterlab

JupyterLab Listings Example

packages/extensionmanager-extension/examples/listings/README.md

4.6.0a5310 B
Original Source

JupyterLab Listings Example

This example allows you to develop the black/white listings features

First build JupyterLab in dev mode.

bash
jupyter lab build --dev-mode

For iterative development, launch in watch mode.

bash
make watch

Otherwise, launch in dev mode.

bash
make dev