Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 868 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 868 Bytes

Jupyterhub Configuration

Jupyterhub configuration for CROCUS.

How to setup

We used directions from The Littlest Jupyterhub to get started. This included the following steps

Installing required libraries

sudo apt install python3 python3-dev git curl

Run the Installer

Here, I replaced <admin-username> with mgrover

curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-username>

This was intalled on crocus-server-05

Make sure the right ports are enabled

sudo tljh-config set http.port 8080
sudo tljh-config set https.port 8443
sudo tljh-config reload proxy

Forward the ports on your local machine

ssh -v -N [email protected] -L 8080:crocus-server-05.cels.anl.gov:8080