Skip to content

Commit

Permalink
change taudem kernel to python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Castronova committed Dec 9, 2016
1 parent dba608d commit 867cb7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/help/taudem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -371,23 +371,23 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 2",
"language": "python",
"name": "python3"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3.0
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"pygments_lexer": "ipython2",
"version": "2.7.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 867cb7c

Please sign in to comment.