Lecture notes for the course, available online here.
All modifications to main
are immediately live.
Please ensure the site builds properly before pushing to main
(see below), and keep all testing and 'in progress' material in other branches (e.g. development
).
You should not be making anything more than minor typo corrections using the online editing interface.
If you find a problem you're not sure how to fix, either contact us directly or create an Issue, which we'll get to ASAP.
Install jupyter-book
, for example with conda
:
conda install -c conda-forge jupyter-book
or pip
:
pip install jupyter-book
From the /Notes
directory, either use the makefile
:
make html
or call jupyter-book
directly:
jupyter-book build book/
The compiled HTML files can then be viewed by opening in Notes/book/_build/index.html
in your browser.