Skip to content

Commit 70b628e

Browse files
committed
fix kernel in fitscubes tutorial
1 parent c0368f3 commit 70b628e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -935,21 +935,21 @@
935935
],
936936
"metadata": {
937937
"kernelspec": {
938-
"display_name": "Python 2",
938+
"display_name": "Python [default]",
939939
"language": "python",
940-
"name": "python2"
940+
"name": "python3"
941941
},
942942
"language_info": {
943943
"codemirror_mode": {
944944
"name": "ipython",
945-
"version": 2
945+
"version": 3
946946
},
947947
"file_extension": ".py",
948948
"mimetype": "text/x-python",
949949
"name": "python",
950950
"nbconvert_exporter": "python",
951-
"pygments_lexer": "ipython2",
952-
"version": "2.7.13"
951+
"pygments_lexer": "ipython3",
952+
"version": "3.6.4"
953953
}
954954
},
955955
"nbformat": 4,

0 commit comments

Comments
 (0)