Given at Advanced Statistical Tools at the Intersection of cosmology and High-Energy & Nuclear Physics, UNAM Mexico
git clone https://github.com/handley-lab/workshop-monte-carlo-methods
cd workshop-monte-carlo-methods
To do this workshop, you should have installed (via conda, pip or your preferred method):
- numpy
- matplotlib
- scipy
- anesthetic
python -m venv handley
source handley/bin/activate
pip install anesthetic jupyter
conda create -n handley
conda activate handley
conda install pip
pip install anesthetic jupyter
jupyter notebook workshop.py
See a mistake? Please create an issue or if you know how submit a pull request.