Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Last active December 2, 2017 11:48
Show Gist options
  • Save Voronenko/700d734b5de15466241916171cf7692a to your computer and use it in GitHub Desktop.
Save Voronenko/700d734b5de15466241916171cf7692a to your computer and use it in GitHub Desktop.
setup virtualenv for jupyter.
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
https://github.com/Calysto/octave_kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment