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.