OSSS Extracellular Electrophysiology Course
This is the repository for the 2026 Extracellular Electrophysiology 2026 course website, taught at the Neuroinformatics Unit's Open Software Summer School.
To work through the course, see the set up instructions to get started.
The website is a Quarto book. GitHub Actions rebuilds it from main when changes are merged, and publishes the rendered site to the gh-pages branch for GitHub Pages to serve.
First, install Quarto.
To preview the website locally, run from the book folder:
python -m pip install -r requirements.txt
quarto render --to html
(requires Quarto to be installed).
This generates the website in book/_site. After a PR is merged into main, CI rebuilds the site and publishes it to gh-pages automatically.