Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.86 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.86 KB

pyhf tutorial given at the DANCE/CoDaS Workshop.

The tutorial is based off of pyhf v0.6.3

Binder DOI

Deploy Jupyter Book pre-commit.ci status

Setup

In a Python virtual environment run the following

python -m pip install -r binder/requirements.txt
python -m pip install -r book/requirements.txt

Build

To build the book after setup simply run

make build

Past tutorials