Skip to content

Commit 7091114

Browse files
committed
Fixed recipe 6 in chapter 6.
1 parent 4c07dc0 commit 7091114

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

notebooks/chapter06_viz/06_vispy.ipynb

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"metadata": {
3+
"kernelspec": {
4+
"codemirror_mode": {
5+
"name": "python",
6+
"version": 3
7+
},
8+
"display_name": "Python 3",
9+
"language": "python",
10+
"name": "python3"
11+
},
312
"name": "",
4-
"signature": "sha256:70f5d956e1b35e7dd797a520b591bd5f81e25db23019e33fcdd6b7247a0c0508"
13+
"signature": "sha256:b96370f24a9a5a165868140ec56de267eb05745979d06da2de65f7c035a38d1c"
514
},
615
"nbformat": 3,
716
"nbformat_minor": 0,
@@ -73,7 +82,7 @@
7382
"cell_type": "code",
7483
"collapsed": false,
7584
"input": [
76-
"c = app.Canvas(close_keys='escape')"
85+
"c = app.Canvas(keys='interactive')"
7786
],
7887
"language": "python",
7988
"metadata": {},

0 commit comments

Comments
 (0)