Skip to content

Commit 55a1dd3

Browse files
committed
add newline
1 parent 672de37 commit 55a1dd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/tutorial/tutorial.AverageLearner1D.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ second condition ensures that we have at least 20 samples at each point):
7878
await runner.task # This is not needed in a notebook environment!
7979

8080
.. jupyter-execute::
81+
8182
runner.live_info()
8283
runner.live_plot(update_interval=0.1)
8384

@@ -131,5 +132,6 @@ On the contrary, if we want to push forward the "exploration", we can set a larg
131132
await runner.task # This is not needed in a notebook environment!
132133

133134
.. jupyter-execute::
135+
134136
runner.live_info()
135137
runner.live_plot(update_interval=0.1)

0 commit comments

Comments
 (0)