Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 907 Bytes

Binder

CMS Open Data Tutorial

First COMETA workshop on artificial intelligence for multi-boson physics, NIKHEF 2-3 Oct 2024

https://indico.cern.ch/event/1440583/overview

Run in the terminal

$ virtualenv cms
$ source cms/bin/activate
$ pip install -r requirements.txt
$ jupyter lab

You may find (as I found on my Mac) that in the venv that despite installing jupyter in the venv that the version used is still the system one. In this case you may find that running

$ cms/bin/jupyter lab

works.

NOTE: The dependency on tensorflow requires python >= 3.10

Run in Binder

Click on the "launch binder" above

Acknowledgements

The ML example notebook has been adapted from QCDJetMachineLearning