From what I read the dynamic and big data rendering capabilities of Bokeh are accessible by use of the bokeh-server.
In Bokeh documentation there is a brief mention of embedding the bokeh-server in a Flask application using the blueprint api. This option retains all of the Bokeh's dynamic and big data rendering capabilities.
I would like to do the same for a django1.7 application.
Has this been done?
If so are there any examples?