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 2186
2186
"source" : [
2187
2187
" full_globe_temp.plot()\n " ,
2188
2188
" rolled_series = full_globe_temp.rolling(window=10, center=False)\n " ,
2189
- " print rolled_series\n " ,
2189
+ " print( rolled_series) \n " ,
2190
2190
" rolled_series.mean().plot(figsize=LARGE_FIGSIZE)"
2191
2191
]
2192
2192
},
3341
3341
],
3342
3342
"metadata" : {
3343
3343
"kernelspec" : {
3344
- "display_name" : " Python 2 " ,
3344
+ "display_name" : " Python [Root] " ,
3345
3345
"language" : " python" ,
3346
- "name" : " python2 "
3346
+ "name" : " Python [Root] "
3347
3347
},
3348
3348
"language_info" : {
3349
3349
"codemirror_mode" : {
3350
3350
"name" : " ipython" ,
3351
- "version" : 2
3351
+ "version" : 3
3352
3352
},
3353
3353
"file_extension" : " .py" ,
3354
3354
"mimetype" : " text/x-python" ,
3355
3355
"name" : " python" ,
3356
3356
"nbconvert_exporter" : " python" ,
3357
- "pygments_lexer" : " ipython2 " ,
3358
- "version" : " 2.7.10 "
3357
+ "pygments_lexer" : " ipython3 " ,
3358
+ "version" : " 3.5.2 "
3359
3359
}
3360
3360
},
3361
3361
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments