Contribute Media
A thank you to everyone who makes this possible: Read More

Bokeh: Interactive Data Visualization in Python (Tutorial)

Description

Bokeh is a powerful library for creating interactive data visualizations in the style of D3.js without writing JavaScript. In this tutorial, you will learn to use Bokeh to

  • create simple interactive plots, both from scripts and Jupyter notebooks
  • link interactive visualizations to a running python instance
  • plot streamed data
  • interactively view large datasets with Datashader

Details

Improve this page