-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
dm.event() is broken #3564
Comments
Note that I suspect this happens only when none of the streams define any actual parameters. |
In the tutorial, http://holoviews.org/user_guide/Responding_to_Events.html, I could not get this to work for hv.version '1.12.0'
However, the periodic example did work
I had a snoop around the code and, when I tried the loop like this it worked
|
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. |
Run in one cell
then
dm.event()
has no effect and nothing appears in the JS console.For now calling
hv.streams.Stream.trigger(dm.streams)
works.Related: python-adaptive/adaptive#166
The text was updated successfully, but these errors were encountered: