This is the repo of the FESTIM V&V report built with Jupyter-book.
First clone the repository:
git clone https://github.com/festim-dev/V-V-reportCreate the correct conda environment with the required dependencies:
conda env create -f environment.yml
conda activate vv-festim-report-envYou can then build the book with:
jupyter-book build reportTo force the rebuild of all pages:
jupyter-book build report --allRun jupytext --sync on a case's markdown file to generate a matching Jupyter notebook. Run jupytext --sync again to sync the changes to the markdown file.
See this page for more instructions.