This repository publishes teaching notebooks as static HTML with Quarto.
notebooks/: source Jupyter notebooks, downloadable from GitHubdocs/: rendered static HTML for GitHub Pages_quarto.yml: Quarto project configurationindex.qmd: site landing page
quarto renderThe generated site starts at docs/index.html.
In the GitHub repository settings, configure Pages as:
- Source: deploy from a branch
- Branch:
main - Folder:
/docs
Then commit both the source notebooks and the rendered docs/ directory.
Binder support can be added later with a small environment file once the runtime dependencies for all notebooks are finalized.