Ressources to be used with the UZH scattering course https://www.physik.uzh.ch/en/teaching/PHY585/FS2025.html
Install python on your local machine and create a virtual environment. On Windows I'd recommand anaconda and run in the anaconda prompt:
conda create -n nsc25 python=3.12
conda activate nsc25
conda install git
git clone https://github.com/aglavic/scattering_lecture_extras.git nsc25
cd nsc25
pip install -r requirements.txt
jupyter lab
This should open a browser with the jupyter notebooks within the repository.
In case you have issues with icon size, add the --dpi-scale commandline argument.
python -m genx { --dpi-scale 1.0}