Interactive visualizations with Bokeh

The recent success of D3.js in visualization tasks in data science is due to its paradigm that leads to graphical computations happening in the browser, not on the server side. Visualizations can be delivered faster (no latency due to data going to a server and graphics getting back to the web browser) and in an interactive and personalized way.

Bokeh, from the Japanese "blurred" (a kind of photographic rendering that emphasizes the subject of the photo while blurring the background), is a Python package and part of the pydata stack that allows using web browser for presentations, mimicking the graphic style and interactivity of D3.js. It is a package that strives to make otherwise difficult representations ...

Get Python Data Science Essentials - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.