Notes on miscellaneous topics in physics, math, and python.
Available as a Jupyter Book here.
To install for running notebooks and building docs:
make init
This requires PDM.
Notebooks should run when this project is installed with any PEP 517 compatible build
backend, however. You will still need to run jupytext --sync md_notebooks/*
to get
the actual .ipynb
files.
Build docs:
pdm build-docs
Publish docs online:
pdm publish-docs