Ways to view these slides:
- Recommended: Clone this repo and open the ipython notebook, which will allow you to run and modify the example code. E.g., for lecture 1:
git clone https://github.com/iit-cs429/main.git
cd main/lectures/lec01
ipython notebook Introduction.ipynb
- The online version, using rawgithub.com. E.g., lecture 1:online version, which was created with
ipython nbconvert --to slides Introduction.ipynb
. These will look somewhat different from the view in class, which used ipython slideshow support. - The code from class is in a python file. E.g., for lecture 1: Introduction.py. The original markdown content of the slides is included as comments. This was created with
ipython nbconvert --to python Introduction.ipynb