Last active
December 2, 2017 11:48
-
-
Save Voronenko/700d734b5de15466241916171cf7692a to your computer and use it in GitHub Desktop.
setup virtualenv for jupyter.
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
mkvirtualenv --python=/usr/bin/python3 | |
# ... | |
workon ML | |
pip install numpy | |
pip install scipy | |
pip install matplotlib | |
pip install pandas | |
pip install scikit-learn | |
pip install jupyter | |
# ... jupyter notebook |
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
https://github.com/Calysto/octave_kernel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment