Last active
September 12, 2017 16:57
-
-
Save arcaduf/98deead7dd0efc393bd93732e94944ba to your computer and use it in GitHub Desktop.
Run Jupyter notebook once virtualenv is set up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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