Skip to content

Commit

Permalink
doc: Add page describing how to build Upper Limits table (#57)
Browse files Browse the repository at this point in the history
* Add rich to requirements.txt and rebuild lock file.
* Add notebook on procedure for building upper limits table common to
  search analyses.
* Add .DS_Store to .gitignore.

Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
  • Loading branch information
kratsg and matthewfeickert authored Aug 18, 2023
1 parent f913d9d commit b26dab0
Show file tree
Hide file tree
Showing 5 changed files with 654 additions and 49 deletions.
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

0 comments on commit b26dab0

Please sign in to comment.