ComPWA / PyHEP2022

Home Page:https://bit.ly/compwa-pyhep-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComPWA demo for PyHEP 2022

Binder Slides 10.5281/zenodo.7078981 License

This repository was prepared for this notebook talk at the PyHEP 2022 Workshop. The accompanying slides can be viewed here.

Beside the main talk.ipynb, there are more extensive example notebooks with some fun animations under extra:

Binder intro.ipynb
Binder fit.ipynb
Binder pwa.ipynb

Local installation

To view and run this notebook, install the PyPI packages listed under binder/requirements.in (the dependencies have been pinned for Python 3.8 in binder/requirements.txt).

To develop the notebook for this talk, you require a few additional dependencies. They are defined through requirements.in.

It's easiest to work with Conda (Miniconda). The installation procedure then simply becomes:

conda env create
conda activate compwa-pyhep-2022
pre-commit install

About

https://bit.ly/compwa-pyhep-2022

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%