Skip to content

Commit 9c1b61f

Browse files
committed
Update voila_demo.ipynb
1 parent 9bd8f7a commit 9c1b61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/voila_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
" m = ipysliderule.leaflet(projection)\n",
165165
" # install click handler callback\n",
166166
" m.add_selected_callback(SRwidgets.atl06_click_handler)\n",
167-
" # out.append_display_data(display.display(m.map))\n",
168167
" display.display(m.map)\n",
169168
"\n",
169+
"# interactively change map when projection widget is changed\n",
170170
"out = widgets.interactive_output(create_map, dict(projection=SRwidgets.projection))\n",
171171
"display.display(out)\n",
172172
"display.display(run_output)"

0 commit comments

Comments
 (0)