Jupyter Lab generic template
Default is jupyterlab
.
Note: the jupyter server is exposed to local network at <host-ip>:8886
.
Change the hash in config.json
.
To create a new hashed password:
from notebook.auth import passwd
passwd(algorithm='sha1')
you need to install the python module notebook with
pip install notebook
/project-root
|- data
|- notebooks
|- source