Show Menu
Cheatography

Bokeh Cheat Sheet (DRAFT) by

A Python interactive visualization library

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Install

Conda Install
conda install bokeh
PyPI install
pip install bokeh
Install npm and node*
conda install -c bokeh nodejs
Install Gulp and necessary plugins
cd bokehjs 
npm install
Install build from scratch
python setup.py install --build-js

Core Concepts

BokehJS
The JavaScript client library that actually renders the visuals and handles the UI intera­ctions for Bokeh plots and widgets in the browser.