bokeh
Provides API for loading themes
Provide a Theme class for specify overrides for default values for Bokeh Model properties.
Theme
Model
ValueError – If neither filename or json is supplied.
ValueError
filename
json
apply_to_model
Apply this theme to a model.
Warning
Typically, don’t call this method directly. Instead, set the theme on the Document the model is a part of.
Document