|
2 yıl önce | |
---|---|---|
.. | ||
list | 4 yıl önce | |
settings | 5 yıl önce | |
templates | 4 yıl önce | |
Makefile | 4 yıl önce | |
README.md | 5 yıl önce | |
index.js | 2 yıl önce | |
jupyter.png | 5 yıl önce | |
main.py | 3 yıl önce | |
package.json | 2 yıl önce | |
webpack.config.js | 4 yıl önce |
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