Online JupyterBook for learning Linear Algebra
-
Install CLI (if not already):
pip install "jupyter-book>=2.0.0" -
Create
myst.yml:jupyter book init
-
Add content (manually create files like
intro.md,chapters/*.md, or.ipynb).jupyter book init --write-toc
-
Preview locally:
jupyter book start
-
Add GitHub Pages CI:
jupyter book init --gh-pages