Notes and Jupyter notebooks from CS189 Lectures in Summer 2018
-
Clone this repo via
git clone https://github.com/josh-tobin/cs189-su18
. -
(Recommended) Install pyenv and pyenv-virtualenv. Create a virtual env for this repo based on python 3.6.5.
-
Install dependencies via
pip install -r requirements.txt
. -
Enable the ipywidgets to work with jupyter by running
jupyter nbextension enable --py widgetsnbextension --sys-prefix
-
Run jupyter with
jupyter notebook
and open the notebook you want to view.