We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd8f7a commit 9c1b61fCopy full SHA for 9c1b61f
examples/voila_demo.ipynb
@@ -164,9 +164,9 @@
164
" m = ipysliderule.leaflet(projection)\n",
165
" # install click handler callback\n",
166
" m.add_selected_callback(SRwidgets.atl06_click_handler)\n",
167
- " # out.append_display_data(display.display(m.map))\n",
168
" display.display(m.map)\n",
169
"\n",
+ "# interactively change map when projection widget is changed\n",
170
"out = widgets.interactive_output(create_map, dict(projection=SRwidgets.projection))\n",
171
"display.display(out)\n",
172
"display.display(run_output)"
0 commit comments