Skip to content

Commit ea5c5e7

Browse files
Merge pull request #28 from jonathanrocher/feature/support_py3
Make it compatible with Python 3.
2 parents 55c1b48 + 0818a10 commit ea5c5e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

climate_timeseries/climate_timeseries.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9446,7 +9446,7 @@
94469446
"source": [
94479447
"full_globe_temp.plot()\n",
94489448
"rolled_series = full_globe_temp.rolling(window=10, center=False)\n",
9449-
"print rolled_series\n",
9449+
"print(rolled_series)\n",
94509450
"rolled_series.mean().plot(figsize=LARGE_FIGSIZE)"
94519451
]
94529452
},
@@ -14930,21 +14930,21 @@
1493014930
],
1493114931
"metadata": {
1493214932
"kernelspec": {
14933-
"display_name": "Python 2",
14933+
"display_name": "Python [Root]",
1493414934
"language": "python",
14935-
"name": "python2"
14935+
"name": "Python [Root]"
1493614936
},
1493714937
"language_info": {
1493814938
"codemirror_mode": {
1493914939
"name": "ipython",
14940-
"version": 2
14940+
"version": 3
1494114941
},
1494214942
"file_extension": ".py",
1494314943
"mimetype": "text/x-python",
1494414944
"name": "python",
1494514945
"nbconvert_exporter": "python",
14946-
"pygments_lexer": "ipython2",
14947-
"version": "2.7.10"
14946+
"pygments_lexer": "ipython3",
14947+
"version": "3.5.2"
1494814948
}
1494914949
},
1495014950
"nbformat": 4,

0 commit comments

Comments
 (0)