Embedding a bokeh app in flask
问题 I am trying desperately to embed a working bokeh applet into flask, and can't find a proper way to do this. I looked through all the examples, but I can't find one which includes the ability to update the data (best example: the sliders_applet). If I'm not mistaken, I do need the bokeh-server to be able to change the data (with sliders etc.). Starting the applet this way works, e.g.: bokeh-server --script sliders_app.py But I can't find the proper, or at least a working way to embed the