Navigation Menu

Skip to content

pyhf/tutorial-PyHEP-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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