Skip to content

Commit

Permalink
Make Timeseries use Python 3 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed Mar 11, 2016
1 parent 49b7a75 commit f4645db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 3. Timeseries Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2171,21 +2171,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
"pygments_lexer": "ipython3",
"version": "3.4.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f4645db

Please sign in to comment.