Skip to content

Commit aaeeb91

Browse files
authored
Set deeplay_demo.ipynb to Python 3 (tensorflow#8345)
Python 2 is deprecated. Tested by running the notebook in a Python 3 runtime.
1 parent fc3029e commit aaeeb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/deeplab/deeplab_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@
360360
"version": "0.3.2"
361361
},
362362
"kernelspec": {
363-
"display_name": "Python 2",
364-
"name": "python2"
363+
"display_name": "Python 3",
364+
"name": "python3"
365365
}
366366
},
367367
"nbformat": 4,

0 commit comments

Comments
 (0)