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?
No need to reinvent.
bokeh-server
is a webserver and can listen on arbitrary port.django
webserver listen on some other arbitrary port.django
to bokeh-server
, ornginx
which does reverse-proxy.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With