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