masdeseiscaracteres
3/15/2017 - 1:33 PM

How to use the jupyter/jupyterhub Docker image

How to use the jupyter/jupyterhub Docker image

# run the image with the container name 'jupyterhub' and make the host machine listen to the jupyterhub server in port 8000 
sudo docker run --name jupyterhub -d -p 0.0.0.0:8000:8000 jupyter/jupyterhub jupyterhub --no-ssl

sudo docker exec -it jupyterhub bash
pip install jupyter

adduser user1