This repository contains all the executable lectures, made using edtrace.
No local setup required! Use the links below to access the compiled, production-ready lecture notes directly in your browser.
If you notice any problems or have any questions, please file a GitHub issue or submit a pull request.
⚠️ The instructions below are intended for the course development team and are not needed by students or contributors. They are used to update the GitHub-hosted lecture URLs.
macOS:
brew install graphviz
uv syncLinux:
sudo apt-get install graphviz
uv syncpython -m edtrace.execute -m welcomeThis will generate a .json file that wires into the static frontend and is served via GitHub Pages.