Computational Astrophysics course notes
To build the course notes, do:
jupyter-book build content
To build all of the notes, including those not intended for this course, do:
cd content
jupyter-book build --toc _toc_all.yml --path-output all .
Note: this currently uses jupyter-book 1.x.