bokeh#

Bokeh is a Python library for creating interactive visualizations for modern web browsers.

Bokeh helps you build beautiful graphics, ranging from simple plots to complex dashboards with streaming datasets. With Bokeh, you can create JavaScript-powered visualizations without writing any JavaScript yourself.

Most of the functionality of Bokeh is accessed through submodules such as bokeh.plotting and bokeh.models.

For full documentation, please visit https://docs.bokeh.org


The top-level bokeh module itself contains a few useful functions and attributes:

__version__ = currently installed version of Bokeh#
license()[source]#

Print the Bokeh license to the console.

Returns:

None