How do I integrate a Bokeh Server into a Pyramids Application?
In order of complexity, with Pyramids, I can create static bokeh graphs and then incorperate them with div tags like outlined here . The Bokeh documentations explain clearly how one can setup a bokeh server for interactive data exploration, and I have successfully created such an application. What I would like to do though is to have an interactive graph within a Pyramids view page. The requirements of this page would be as followed: Upon loading of the view, a bokeh server is somehow started, and the data is loaded into the server's object model. Somehow the Pyramid view will also receive the