5. Bokeh
Last updated
Last updated
Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over large or streaming datasets. Bokeh can help anyone who would like to quickly and easily make interactive plots, dashboards, and data applications.
NO JAVASCRIPT REQUIRED
To offer both simplicity and the powerful and flexible features needed for advanced customizations, Bokeh exposes two interface levels to users:
bokeh.models
:
A low-level interface that provides the most flexibility to application developers.
bokeh.plotting
:
A higher-level interface centered around composing visual glyphs.
There are multiple ways to install Bokeh, and the easiest one is to use Anaconda
If you are confident that you have installed all needed dependencies, you may instead use pip
at the command line:
Standard import and check whether the installation is completed.