-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger Python event when level_of_detail
mode finishes
#3748
Comments
This seems reasonable, but I think we first need to build out a little capability for "events" that are not model attribute updates. E.g. we currently clumsily record button presses as an attribute state change, but buttons, and things like this should really be separate fire-and-forget type events back to the server, not model state updates. Thoughts @havocp ? |
A simple version that might require only one new websocket message could be along these lines...
On the Document and wire protocol level, there could be some kind of |
@havocp that seems pretty reasonable, I've re-marked this as a feature. |
This was closed by #5941 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It would be great if the Python script on a Bokeh server could be notified once a
level_of_detail
mode in the client (on zoom or pan) finishes, since this can be an appropriate point at which to generate updated data.The text was updated successfully, but these errors were encountered: