Skip to content

CROCUS-Urban/jupyterhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Jupyterhub configuration for CROCUS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published