This example allows you to develop the black/white listings features
First build JupyterLab in dev mode.
jupyter lab build --dev-mode
For iterative development, launch in watch mode.
watch
make watch
Otherwise, launch in dev mode.
dev
make dev