Skip to content

Commit 4c07dc0

Browse files
committed
Fixed featured recipe 6 to make it workwith latest Vispy.
1 parent 1672a48 commit 4c07dc0

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

featured/06_vispy.ipynb

+29-11
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:6052bea3bcd189e51fd4aa8d2d994e4ef524f8f92b6f32cf22d69628494b7c4c"
13+
"signature": "sha256:9fc5d5b0fa50b94ec68e4f925f6bf21e8d222dea4797c0ea49929dee281f5579"
514
},
615
"nbformat": 3,
716
"nbformat_minor": 0,
@@ -112,7 +121,8 @@
112121
],
113122
"language": "python",
114123
"metadata": {},
115-
"outputs": []
124+
"outputs": [],
125+
"prompt_number": 1
116126
},
117127
{
118128
"cell_type": "markdown",
@@ -125,11 +135,12 @@
125135
"cell_type": "code",
126136
"collapsed": false,
127137
"input": [
128-
"c = app.Canvas(close_keys='escape')"
138+
"c = app.Canvas(keys='interactive')"
129139
],
130140
"language": "python",
131141
"metadata": {},
132-
"outputs": []
142+
"outputs": [],
143+
"prompt_number": 2
133144
},
134145
{
135146
"cell_type": "markdown",
@@ -152,7 +163,8 @@
152163
],
153164
"language": "python",
154165
"metadata": {},
155-
"outputs": []
166+
"outputs": [],
167+
"prompt_number": 3
156168
},
157169
{
158170
"cell_type": "markdown",
@@ -174,7 +186,8 @@
174186
],
175187
"language": "python",
176188
"metadata": {},
177-
"outputs": []
189+
"outputs": [],
190+
"prompt_number": 4
178191
},
179192
{
180193
"cell_type": "markdown",
@@ -191,7 +204,8 @@
191204
],
192205
"language": "python",
193206
"metadata": {},
194-
"outputs": []
207+
"outputs": [],
208+
"prompt_number": 5
195209
},
196210
{
197211
"cell_type": "markdown",
@@ -210,7 +224,8 @@
210224
],
211225
"language": "python",
212226
"metadata": {},
213-
"outputs": []
227+
"outputs": [],
228+
"prompt_number": 6
214229
},
215230
{
216231
"cell_type": "markdown",
@@ -229,7 +244,8 @@
229244
],
230245
"language": "python",
231246
"metadata": {},
232-
"outputs": []
247+
"outputs": [],
248+
"prompt_number": 7
233249
},
234250
{
235251
"cell_type": "markdown",
@@ -249,7 +265,8 @@
249265
],
250266
"language": "python",
251267
"metadata": {},
252-
"outputs": []
268+
"outputs": [],
269+
"prompt_number": 8
253270
},
254271
{
255272
"cell_type": "markdown",
@@ -267,7 +284,8 @@
267284
],
268285
"language": "python",
269286
"metadata": {},
270-
"outputs": []
287+
"outputs": [],
288+
"prompt_number": 9
271289
},
272290
{
273291
"cell_type": "markdown",

0 commit comments

Comments
 (0)