Skip to content

Commit ebb4879

Browse files
committed
Merge branch 'stable-0.8' and fix a variable typo bug
2 parents f632cfa + 112e89d commit ebb4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/notebook_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def plot_generator():
127127
else:
128128
yield plotter(runner.learner)
129129

130-
steams = [hv.streams.Stream.define("Next")()]
130+
streams = [hv.streams.Stream.define("Next")()]
131131
dm = hv.DynamicMap(plot_generator(), streams=streams)
132132

133133
if normalize:

0 commit comments

Comments
 (0)