Supplemental video examples for CSCI128
Note that all examples use Jupyter Notebook. Ensure that Jupyter is installed on your machine. To view these examples in Jupyter, clone the repo, cd into it, and then run jupyter notebook
.
To use matplotlib
in Week 11, run pip install -r requirements.txt
to install the required packages.