Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 411 Bytes

CMS Masterclass

A prototype masterclass for CMS using interactive 3D event displays

To run (in a python3 environment):

git clone https://github.com/QuarkNet-HEP/cms-masterclass.git
cd cms-masterclass
pip install -r requirements.txt
export FLASK_DEBUG=1
flask run

Then go to http://127.0.0.1:5000 in your browser

The current prototype is deployed here.