File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
notebooks/chapter01_basic Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 57
57
},
58
58
"outputs" : [],
59
59
"source" : [
60
- " url = \" http ://donnees.ville.montreal.qc.ca/storage/f/2014-01-20T20%3A48%3A50.296Z/2013 .csv\" "
60
+ " url = \" https ://github.com/ipython-books/cookbook-data/raw/master/bikes .csv\" "
61
61
]
62
62
},
63
63
{
256
256
},
257
257
"outputs" : [],
258
258
"source" : [
259
- " from IPython.html.widgets import interact\n " ,
259
+ " from ipywidgets import interact\n " ,
260
+ " #from IPython.html.widgets import interact # IPython < 4.x\n " ,
260
261
" @interact\n " ,
261
262
" def plot(n=(1, 30)):\n " ,
262
263
" plt.figure(figsize=(8,4));\n " ,
280
281
"display_name" : " Python 3" ,
281
282
"language" : " python" ,
282
283
"name" : " python3"
284
+ },
285
+ "language_info" : {
286
+ "codemirror_mode" : {
287
+ "name" : " ipython" ,
288
+ "version" : 3
289
+ },
290
+ "file_extension" : " .py" ,
291
+ "mimetype" : " text/x-python" ,
292
+ "name" : " python" ,
293
+ "nbconvert_exporter" : " python" ,
294
+ "pygments_lexer" : " ipython3" ,
295
+ "version" : " 3.5.0"
283
296
}
284
297
},
285
298
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments