Skip to content

Commit ac3950c

Browse files
authored
Merge pull request #80 from jcoady/master
Updated the launch binder badge to use vpython 7.6.1
2 parents 6d19919 + c0bd53b commit ac3950c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ controls available to zoom and rotate the camera:
4242

4343
Currently, to re-run a VPython program in a Jupyter notebook you need to click the circular arrow icon to "restart the kernel" and then click the red-highlighted button, then click in the first cell, then click the run icon. Alternatively, if you insert `scene = canvas()`` at the start of your program, you can rerun the program without restarting the kernel.
4444

45-
Run example VPython programs: [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/BruceSherwood/vpython-jupyter/7.4.7?filepath=index.ipynb)
45+
Run example VPython programs: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/vpython/vpython-jupyter/7.6.1?filepath=index.ipynb)
4646

4747
## Installation for developers from package source
4848

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)