Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Add page describing how to build Upper Limits table #57

Merged
merged 12 commits into from
Aug 18, 2023
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ _build
*.tar.gz
book/data/
book/1Lbb-likelihoods/

# Mac artifacts
.DS_Store
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ipywidgets~=8.0.7
ipympl~=0.9.3
pandas~=2.0.3
altair~=5.0.1
rich==13.5.2
# jupyter notebooks
notebook>=7.0.0
jupyterlab>=4.0.3
Loading