Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 323 Bytes

README.rst

File metadata and controls

12 lines (9 loc) · 323 Bytes

Cluster in the Cloud app repository

Install JupyterHub with:

git clone https://github.com/clusterinthecloud/apps.git
cd apps
python3 -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/python citc-apps/main.py

This will launch JupyterHub at port 8000.