https://indico.cern.ch/event/1440583/overview
$ 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
Click on the "launch binder" above
The ML example notebook has been adapted from QCDJetMachineLearning