You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, how can I use InteractiveImage with the plot and the callback in the same way in a Flask web app? It seems like InteractiveImage cannot process the callbacks to and from the server (Flask) script?
The text was updated successfully, but these errors were encountered:
Right. InteractiveImage only supports the Jupyter notebook, at least for now (see #147). We've worked out partial support for using Bokeh server via the HoloViews project, but have not yet released (or merged) that. I'll close this as a duplicate, but I hear your pain! :-/
I have created responsive Flask web apps using Bokeh plots, such as (https://github.com/bokeh/bokeh/blob/master/examples/plotting/server/responsive.py).
I also have a IPython / Jupyter notebook running InteractiveImage with this code:
However, how can I use InteractiveImage with the plot and the callback in the same way in a Flask web app? It seems like InteractiveImage cannot process the callbacks to and from the server (Flask) script?
The text was updated successfully, but these errors were encountered: