Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 382 Bytes

history.md

File metadata and controls

15 lines (11 loc) · 382 Bytes

Install virtualenv

$ pip3 install --user --upgrade virtualenv

Create virtualenv

$ virtualenv -p python3 $name $ source ./$name/bin/activate

Install packages

pip install --upgrade jupyter matplotlib numpy pandas scipy scikit-learn pip install --upgrade requests

Check installation

python -c "import jupyter, matplotlib, numpy, pandas, scipy, sklearn"

jupyter notebook