File tree 3 files changed +74
-39
lines changed
3 files changed +74
-39
lines changed Original file line number Diff line number Diff line change 69
69
},
70
70
{
71
71
"cell_type" : " code" ,
72
- "execution_count" : 6 ,
72
+ "execution_count" : 1 ,
73
73
"metadata" : {},
74
- "outputs" : [
75
- {
76
- "name" : " stdout" ,
77
- "output_type" : " stream" ,
78
- "text" : [
79
- " carat cut color clarity depth table price x y z\n " ,
80
- " 0 0.23 Ideal E SI2 61.5 55.0 326 3.95 3.98 2.43\n " ,
81
- " 1 0.21 Premium E SI1 59.8 61.0 326 3.89 3.84 2.31\n " ,
82
- " 2 0.23 Good E VS1 56.9 65.0 327 4.05 4.07 2.31\n " ,
83
- " 3 0.29 Premium I VS2 62.4 58.0 334 4.20 4.23 2.63\n " ,
84
- " 4 0.31 Good J SI2 63.3 58.0 335 4.34 4.35 2.75\n "
85
- ]
86
- }
87
- ],
74
+ "outputs" : [],
88
75
"source" : [
89
- " print(diamonds_df.head()) "
76
+ " #Find the diamonds_modified.csv in the src directory "
90
77
]
91
78
},
92
79
{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 377
377
},
378
378
{
379
379
"cell_type" : " code" ,
380
- "execution_count" : 3 ,
380
+ "execution_count" : 4 ,
381
381
"metadata" : {},
382
382
"outputs" : [],
383
383
"source" : [
405
405
" slider.on_change('value', update_plot)"
406
406
]
407
407
},
408
+ {
409
+ "cell_type" : " code" ,
410
+ "execution_count" : 5 ,
411
+ "metadata" : {},
412
+ "outputs" : [],
413
+ "source" : [
414
+ " layout = row(widgetbox(slider), plot)\n " ,
415
+ " curdoc().add_root(layout)"
416
+ ]
417
+ },
408
418
{
409
419
"cell_type" : " code" ,
410
420
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments