Skip to content

Commit 242e19f

Browse files
committed
jupyter_viz: Fix numbered list in the comment
1 parent cc1969f commit 242e19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimental/jupyter_viz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def on_value_play(change):
195195
# solara.Button(label="Reset", color="primary", on_click=do_reset)
196196

197197
with solara.GridFixed(columns=2):
198-
# 3. Space
198+
# 4. Space
199199
make_space(viz)
200-
# 4. Plots
200+
# 5. Plots
201201
for i, measure in enumerate(viz.measures):
202202
if callable(measure):
203203
# Is a custom object

0 commit comments

Comments
 (0)