Files
freeCodeCamp/guide/english/data-science-tools/visualization-bokeh/index.md
2019-06-22 23:21:48 -05:00

1.0 KiB

title
title
Bokeh

Bokeh is a Python interactive visualization library, providing the elegant and concise interface to create plot, dashborads, and data applications.

This distinguishes bokeh from other visualization libraries such as matplotlib or seaborn. With the help of bokeh even very large data sets can be visualized. Because they can be adapted dynamically, e.g. by zooming into certain sections or selecting axes to be displayed, it is possible to provide a visual overview even over large amounts of data and to make the display interpretable.

Installation

Conda Installation

conda install bokeh

Pip Installation

pip install bokeh

More Information:

Bokeh Official Website Bryan Van de Ven, PyBay2016, 55:47 Bryan Van de Ven, PyData SF 2016, 2:14:00 DataCamp.com bokeh Cheat Sheet