Bokeh documentation (original) (raw)
Bokeh is a Python library for creating interactive visualizations for modern web browsers. It 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.
Finding the right documentation resources#
Bokeh’s documentation consists of several components:
Follow these guides to get started:
- First steps: simple tutorials that walk you through installing Bokeh and creating your first visualizations.
- User guide: explanations of all key functionalities of Bokeh and how to use them. Includes several standalone examples.
Learn more by exploring examples:
- Gallery: a collection of examples with source code.
- Interactive tutorial notebooks: a collection of interactive notebooks to experiment with all elements of Bokeh.
- User guide: explanations of all key functionalities of Bokeh and how to use them, including examples.
Get to know every aspect of Bokeh:
- Reference guide: detailed information about all of Bokeh’s components.
- Contributor guide: information on the various ways you can contribute to the Bokeh project.