|
2 anni fa | |
---|---|---|
.. | ||
list | 4 anni fa | |
settings | 5 anni fa | |
templates | 4 anni fa | |
Makefile | 4 anni fa | |
README.md | 5 anni fa | |
index.js | 2 anni fa | |
jupyter.png | 5 anni fa | |
main.py | 2 anni fa | |
package.json | 2 anni fa | |
webpack.config.js | 4 anni fa |
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