Bokeh 5-minute Overview Bokeh is an interactive web visualization library for Python (and other languages). It provides d3-like novel graphics, over large datasets, all without requiring any knowledge of Javascript. It has a Matplotlib compatibility layer, and it works great with the IPython Notebook, but can also be used to generate standalone HTML. Simple Example¶Here is a simple first example.