Skip to content

Instantly share code, notes, and snippets.

@jeffwong
Created March 29, 2015 17:52
Show Gist options
  • Save jeffwong/fbfd0341437421aa3a8f to your computer and use it in GitHub Desktop.
Save jeffwong/fbfd0341437421aa3a8f to your computer and use it in GitHub Desktop.
JupyterHub install
sudo aptitude install python3-setuptools
sudo apt-get install python3-dev libzmq3-dev libcurl4-openssl-dev
https://github.com/jupyter/jupyterhub.git
cd jupyterhub
sudo apt-get install npm nodejs-legacy
sudo npm install -g configurable-http-proxy
sudo easy_install3 pip
pip3 install -r requirements.txt
pip3 install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment