File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9446
9446
"source": [
9447
9447
"full_globe_temp.plot()\n",
9448
9448
"rolled_series = full_globe_temp.rolling(window=10, center=False)\n",
9449
- "print rolled_series\n",
9449
+ "print( rolled_series) \n",
9450
9450
"rolled_series.mean().plot(figsize=LARGE_FIGSIZE)"
9451
9451
]
9452
9452
},
@@ -14930,21 +14930,21 @@
14930
14930
],
14931
14931
"metadata": {
14932
14932
"kernelspec": {
14933
- "display_name": "Python 2 ",
14933
+ "display_name": "Python [Root] ",
14934
14934
"language": "python",
14935
- "name": "python2 "
14935
+ "name": "Python [Root] "
14936
14936
},
14937
14937
"language_info": {
14938
14938
"codemirror_mode": {
14939
14939
"name": "ipython",
14940
- "version": 2
14940
+ "version": 3
14941
14941
},
14942
14942
"file_extension": ".py",
14943
14943
"mimetype": "text/x-python",
14944
14944
"name": "python",
14945
14945
"nbconvert_exporter": "python",
14946
- "pygments_lexer": "ipython2 ",
14947
- "version": "2.7.10 "
14946
+ "pygments_lexer": "ipython3 ",
14947
+ "version": "3.5.2 "
14948
14948
}
14949
14949
},
14950
14950
"nbformat": 4,
You can’t perform that action at this time.
0 commit comments