Configuration

Contents

Configuration#

In order to run the notebook pages in this book, you’ll need to use pipy to install a few packages:

jupyter-book
matplotlib
numpy
func-adl-servicex
particle
hist[plot]

Releases#

All the plots were produced on the following atlas xAOD release in R21 (Run 2):

from func_adl_servicex_xaodr21 import atlas_release
print(atlas_release)
21.2.231

Or from the following Run 3 release:

from func_adl_servicex_xaodr24 import atlas_release
print(atlas_release)
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[2], line 1
----> 1 from func_adl_servicex_xaodr24 import atlas_release
      2 print(atlas_release)

ModuleNotFoundError: No module named 'func_adl_servicex_xaodr24'