Skip to content

Commit d07a0c9

Browse files
authored
For demos that use ipywidgets use async version.
For demos that use ipywidgets use the async version of the vpython demo. This is because a vpython program can run forever in a cell and for many ipywidgets to work the cell must run to completion. Using async version of the demo vpython program will enable the ipywidgets to run properly.
1 parent 956ba5b commit d07a0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"\n",
2727
"[Local moving lights](Demos/BoxLightTest.ipynb): local lights moving around the scene\n",
2828
"\n",
29-
"[Buttons, sliders, and menus](Demos/ButtonsSlidersMenus1.ipynb): rotating box, Jupyter widgets\n",
29+
"[Buttons, sliders, and menus](Demos/ButtonsSlidersMenus1-async.ipynb): rotating box, Jupyter widgets\n",
3030
"\n",
3131
"[Buttons, sliders, and menus](Demos/ButtonsSlidersMenus2.ipynb): rotating box, GlowScript widgets\n",
3232
"\n",
@@ -68,7 +68,7 @@
6868
"\n",
6969
"[Surreal Stonehenge](Demos/Stonehenge.ipynb): fly through a surreal scene\n",
7070
"\n",
71-
"[Textures](Demos/Textures1.ipynb): textures included with Jupyter VPython, Jupyter widgets\n",
71+
"[Textures](Demos/Textures1-async.ipynb): textures included with Jupyter VPython, Jupyter widgets\n",
7272
"\n",
7373
"[Textures](Demos/Textures2.ipynb): textures included with Jupyter VPython, GlowScript widgets\n",
7474
"\n",

0 commit comments

Comments
 (0)