Skip to content

Commit b26dab0

Browse files
doc: Add page describing how to build Upper Limits table (#57)
* 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>
1 parent f913d9d commit b26dab0

File tree

5 files changed

+654
-49
lines changed

5 files changed

+654
-49
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,6 @@ _build
133133
*.tar.gz
134134
book/data/
135135
book/1Lbb-likelihoods/
136+
137+
# Mac artifacts
138+
.DS_Store

binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ipywidgets~=8.0.7
44
ipympl~=0.9.3
55
pandas~=2.0.3
66
altair~=5.0.1
7+
rich==13.5.2
78
# jupyter notebooks
89
notebook>=7.0.0
910
jupyterlab>=4.0.3

0 commit comments

Comments
 (0)