Skip to content

Commit 379d13b

Browse files
authored
Merge pull request #136 from gwtaylor/patch-1
Remove spurious backtick on README.md
2 parents 87e67ad + 093d8c5 commit 379d13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ controls available to zoom and rotate the camera:
4040
Shift-drag to pan left/right and up/down.
4141
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.
4242

43-
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.
43+
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

4545
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

0 commit comments

Comments
 (0)