Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 493 Bytes

jupyter.md

File metadata and controls

29 lines (24 loc) · 493 Bytes

Jupyter Notebook Mac

$ python3 -m venv --system-site-packages ./venv
$ source ./venv/bin/activate
$ deactivate # don't run this until you are done using notebook
$ pip install --upgrade pip
$ pip --version
$ pip install --upgrade tensorflow
$ pip install --upgrade numpy
$ pip install --upgrade pandas
$ pip install --upgrade sklearn
$ pip install --upgrade matplotlib
$ pip install --upgrade notebook
$ which jupyter-notebook
$ jupyter-notebook