Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.09 KB

README.md

File metadata and controls

27 lines (19 loc) · 2.09 KB

Tutorial given at PyHEP21 on July 6th, 14:30 CEST.

Binder DOI

Description: We discuss and justify the application of Python's Bokeh library to non-interactive and interactive visualization. A comparison between Bokeh and some widely used alternatives is made. We include a tutorial covering the key aspects necessary to create virtually any interactive plot needed in HEP, and provide custom examples and code.

The material includes three notebooks:

  • Motivation.ipynb: why bokeh is very competitive
  • InteractivePlotting.ipynb: how to perform interactions with bokeh
  • CustomExample1.ipynb: example of exploratory data analysis

Plot embedding

bokeh plots can be easily embedded into websites (check the gh-pages branch):