JupyterHub Configuration Guide
31/1/2023 Using TLJH (The littlest JupyterHub) is better option for a small team and using one server
The TLJH
Basic Configuration
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \ --admin admin --show-progress-page \
--user-requirements-txt-url https://raw.githubusercontent.com/https://raw.githubusercontent.com/Zeroska/tljh-user-env-requirement/main/requirement.txt
--plugin git+https://github.com/kafonek/tljh-shared-directory --plugin git+https://github.com/Zeroska/tljh-voila-gallery@masterMore Configuration
Conclusion
Last updated