Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 795 Bytes

pyhf tutorial given at PyHEP 2020

Deploy Jupyter Book Binder DOI

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