Skip to content

Commit b81f873

Browse files
committed
Updated a couple of Python 2 notebooks.
1 parent 890a5e8 commit b81f873

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

notebooks/chapter02_best_practices/07_unittests_py2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,21 +232,21 @@
232232
],
233233
"metadata": {
234234
"kernelspec": {
235-
"display_name": "Python 3",
235+
"display_name": "Python 2",
236236
"language": "python",
237-
"name": "python3"
237+
"name": "python2"
238238
},
239239
"language_info": {
240240
"codemirror_mode": {
241241
"name": "ipython",
242-
"version": 3
242+
"version": 2
243243
},
244244
"file_extension": ".py",
245245
"mimetype": "text/x-python",
246246
"name": "python",
247247
"nbconvert_exporter": "python",
248-
"pygments_lexer": "ipython3",
249-
"version": "3.4.2"
248+
"pygments_lexer": "ipython2",
249+
"version": "2.7.9"
250250
}
251251
},
252252
"nbformat": 4,

notebooks/chapter03_notebook/07_webcam_py2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,21 +313,21 @@
313313
],
314314
"metadata": {
315315
"kernelspec": {
316-
"display_name": "Python 3",
316+
"display_name": "Python 2",
317317
"language": "python",
318-
"name": "python3"
318+
"name": "python2"
319319
},
320320
"language_info": {
321321
"codemirror_mode": {
322322
"name": "ipython",
323-
"version": 3
323+
"version": 2
324324
},
325325
"file_extension": ".py",
326326
"mimetype": "text/x-python",
327327
"name": "python",
328328
"nbconvert_exporter": "python",
329-
"pygments_lexer": "ipython3",
330-
"version": "3.4.2"
329+
"pygments_lexer": "ipython2",
330+
"version": "2.7.9"
331331
}
332332
},
333333
"nbformat": 4,

notebooks/chapter11_image/06_speech_py2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,21 +248,21 @@
248248
],
249249
"metadata": {
250250
"kernelspec": {
251-
"display_name": "Python 3",
251+
"display_name": "Python 2",
252252
"language": "python",
253-
"name": "python3"
253+
"name": "python2"
254254
},
255255
"language_info": {
256256
"codemirror_mode": {
257257
"name": "ipython",
258-
"version": 3
258+
"version": 2
259259
},
260260
"file_extension": ".py",
261261
"mimetype": "text/x-python",
262262
"name": "python",
263263
"nbconvert_exporter": "python",
264-
"pygments_lexer": "ipython3",
265-
"version": "3.4.2"
264+
"pygments_lexer": "ipython2",
265+
"version": "2.7.9"
266266
}
267267
},
268268
"nbformat": 4,

0 commit comments

Comments
 (0)