|
2 years ago | |
---|---|---|
.. | ||
list | 4 years ago | |
settings | 5 years ago | |
templates | 4 years ago | |
Makefile | 4 years ago | |
README.md | 5 years ago | |
index.js | 2 years ago | |
jupyter.png | 5 years ago | |
main.py | 2 years ago | |
package.json | 2 years ago | |
webpack.config.js | 4 years ago |
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.
make watch
Otherwise, launch in dev
mode.
make dev