Some example notebooks and code connecting the three technologies as an experiment
The library can be installed from this Git repository with all its dependencies in your virtual environment with
python -m pip install .
If you are developing the library it is recommended to install in editable
mode and with the 'complete' extra
python -m pip install -e .[complete]
- A valid
.servicex
file that contains axAOD
token in it. - A valid
funcx
account for thefuncx
demo notebook
Each notebook, as long as started in the environment built by installed requirements.txt
should work just fine - just execute all the cells.