This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

Adding Interactions — Bokeh 1.0.3 documentation

Adding Interactions

Linking Plots
Bokeh makes it simple to add certain kinds of linked interactions between plots, such as linked ranges when panning and zooming, or linked highlighting when making selections.
Interactive Legends
Bokeh Legends can be configure to allow for easily hiding or muting corresponding glyphs.
Adding Widgets
Bokeh comes with a rich set of widgets that can be used with either client-side JavaScript callbacks, or with real python code in a Bokeh server application.
JavaScript Callbacks
See how to attach CustomJS callbacks to various widgets and events in Bokeh documents.