DataViz2 Sandbox - Bokeh Interactive Visualizations
Test interactive Bokeh plots with Python execution in the browser.
Simple Bokeh Line Plot
Interactive Scatter Plot with Color Mapping
Multiple Subplots with Linked Axes
Heatmap Visualization
Combined Matplotlib and Bokeh
Notes
- Bokeh plots are interactive - you can pan, zoom, select points, and hover for tooltips
- BokehJS libraries are loaded automatically via the metadata at the top of this file
- Matplotlib plots are still supported and will display as static images
- All plots are captured and rendered automatically after execution
- Use
curdoc().add_root(plot)
to make Bokeh plots available for capture