This (unofficial) repository contains the exercises for the STRONG2020 HaSP School which was organised in Salamanca in 2023. Many of the files hosted in this repository originate from the lecture material.
-
Install Miniconda
-
Create and activate the virtual environment:
conda env create conda activate strong2020
-
Run notebooks in Jupyter Lab:
jupyter lab
The website compwa.github.io/strong2020-salamanca is automatically generated from the notebooks in this repository using Jupyter Book. You can also run the notebooks and build the documentation locally as follows:
jb build .
Adding the flag -W
renders warnings as errors, which is useful for checking whether the notebooks run correctly.