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