-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working
Milestone
Description
Run in one cell
def plot_generator():
while True:
yield hv.Curve(np.random.rand(10))
dm = hv.DynamicMap(plot_generator(),
streams=[hv.streams.Stream.define('Next')()])
dm
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
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working