The FESTIM workshop is a tutorial covering many aspects of the hydrogen transport code FESTIM. Check out the website.
Run this workshop in BinderHub
The environment is far too heavy for Binder to resolve on demand, so
.github/workflows/build-image.yml builds it once per push
to main and publishes it to ghcr.io/festim-dev/festim-workshop. Binder and the devcontainer
both just pull that image. binder/Dockerfile is generated by that workflow — do not edit it by
hand. The same image backs the "Live Code" (thebe) button on the website and
.devcontainer/ for Codespaces.
- Clone this repo
git clone https://github.com/festim-dev/FESTIM-workshop
- Create Conda environment (requires conda)
conda env create -f environment.yml
- Compile the book locally
jupyter-book build book