Skip to content

Commit 67237cd

Browse files
committed
BUG: Update example notebook from python2 to python3 kernel
1 parent 9d1565d commit 67237cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/ITKSplitComponents.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,21 @@
100100
],
101101
"metadata": {
102102
"kernelspec": {
103-
"display_name": "Python 2",
103+
"display_name": "Python 3",
104104
"language": "python",
105-
"name": "python2"
105+
"name": "python3"
106106
},
107107
"language_info": {
108108
"codemirror_mode": {
109109
"name": "ipython",
110-
"version": 2
110+
"version": 3
111111
},
112112
"file_extension": ".py",
113113
"mimetype": "text/x-python",
114114
"name": "python",
115115
"nbconvert_exporter": "python",
116-
"pygments_lexer": "ipython2",
117-
"version": "2.7.15rc1"
116+
"pygments_lexer": "ipython3",
117+
"version": "3.8.5"
118118
}
119119
},
120120
"nbformat": 4,

0 commit comments

Comments
 (0)