Skip to content

ilyi1116/cs189-su18

 
 

Repository files navigation

CS189 su2018

Notes and Jupyter notebooks from CS189 Lectures in Summer 2018

Instructions for running the ipython notebooks

  1. Clone this repo via git clone https://github.com/josh-tobin/cs189-su18.

  2. (Recommended) Install pyenv and pyenv-virtualenv. Create a virtual env for this repo based on python 3.6.5.

  3. Install dependencies via pip install -r requirements.txt.

  4. Enable the ipywidgets to work with jupyter by running

    jupyter nbextension enable --py widgetsnbextension --sys-prefix

  5. Run jupyter with jupyter notebook and open the notebook you want to view.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%