Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.09 KB

Bokeh of Irises

  1. Example for obtaining a Bokeh output within a jinja template
  1. Bokeh served html document example

To run:

   bokeh serve --show Bokeh_of_Irises.py

A new browser tab will open with the application running at:

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:

Screenshot of functional Bokeh of Irises app.

Requirements:

  • Python libraries requiring installation: bokeh=1.0.4 python>3.5

  • Local modules: utils.py