Run CSCI 9 lecture and lab notebooks in the browser—no local install required. All materials live under content/ (lab/, lecture/, and README.md).
| Area | Path |
|---|---|
| Lectures | content/lecture/ |
| Labs | content/lab/ |
| Course index | content/README.md |
The deployed site uses a weekly schedule on the home page with links into each notebook (./lab/index.html?path=lecture/... or lab/...). Adjust dates and ordering in landing/index.html to match your syllabus.
micromamba create -f .github/build-environment.yml
jupyter lite build --contents content --output-dir dist
cp landing/index.html dist/index.htmlThis course material is licensed under the Creative Commons Attribution 4.0 International License.