- Example for obtaining a Bokeh output within a jinja template
-
Notebook: Static Bokeh document from a template
- Templating with jinja2
- Selective use of
bokeh.resources.CDN
, but could be custom ones defined in theirises/static/
folder.
- Bokeh served html document example
- Notebook: Served interactive Bokeh document
To run:
bokeh serve --show Bokeh_of_Irises.py
http://localhost:[port]/Bokeh_of_Irises
, where [port] is usually 5006
** This screenshot show the final layout**:
The X and Y axes data are controlled by the ". Feature:
" selection boxes and the filtering is done by the Species
box:
-
Python libraries requiring installation: bokeh=1.0.4 python>3.5
-
Local modules: utils.py