Skip to content

Commit 867cb7c

Browse files
committed
change taudem kernel to python2
1 parent dba608d commit 867cb7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/help/taudem.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -371,23 +371,23 @@
371371
],
372372
"metadata": {
373373
"kernelspec": {
374-
"display_name": "Python 3",
374+
"display_name": "Python 2",
375375
"language": "python",
376-
"name": "python3"
376+
"name": "python2"
377377
},
378378
"language_info": {
379379
"codemirror_mode": {
380380
"name": "ipython",
381-
"version": 3.0
381+
"version": 2
382382
},
383383
"file_extension": ".py",
384384
"mimetype": "text/x-python",
385385
"name": "python",
386386
"nbconvert_exporter": "python",
387-
"pygments_lexer": "ipython3",
388-
"version": "3.5.2"
387+
"pygments_lexer": "ipython2",
388+
"version": "2.7.12"
389389
}
390390
},
391391
"nbformat": 4,
392392
"nbformat_minor": 0
393-
}
393+
}

0 commit comments

Comments
 (0)