Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Last active September 12, 2017 16:57
Show Gist options
  • Save arcaduf/98deead7dd0efc393bd93732e94944ba to your computer and use it in GitHub Desktop.
Save arcaduf/98deead7dd0efc393bd93732e94944ba to your computer and use it in GitHub Desktop.
Run Jupyter notebook once virtualenv is set up
ml python2
ml virtualenv
source ~/mypio/bin/activate
(mypio) pip install jupyter
(mypio) python -m ipykernel install --user --name=mypio
(mypio) jupyter notebook --no-browser --NotebookApp.token='' --NotebookApp.ip='0.0.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment