Skip to content

Commit a5ca0b5

Browse files
committed
Updating chapters
1 parent 6d95a86 commit a5ca0b5

2 files changed

Lines changed: 30 additions & 21 deletions

File tree

chapters/chap17.ipynb

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"cell_type": "code",
27-
"execution_count": 1,
27+
"execution_count": 2,
2828
"id": "electoral-turkey",
2929
"metadata": {
3030
"tags": []
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 2,
44+
"execution_count": 3,
4545
"id": "formal-context",
4646
"metadata": {
4747
"tags": []
@@ -65,7 +65,7 @@
6565
},
6666
{
6767
"cell_type": "code",
68-
"execution_count": 3,
68+
"execution_count": 4,
6969
"id": "progressive-typing",
7070
"metadata": {
7171
"tags": []
@@ -261,6 +261,19 @@
261261
"The following cell downloads the data."
262262
]
263263
},
264+
{
265+
"cell_type": "code",
266+
"execution_count": 6,
267+
"id": "mental-wrong",
268+
"metadata": {},
269+
"outputs": [],
270+
"source": [
271+
"download('https://github.com/AllenDowney/ModSim/raw/main/data/' +\n",
272+
" 'glucose_insulin.csv')\n",
273+
"\n",
274+
"'https://github.com/AllenDowney/ModSim/raw/main/data/glucose_insulin.csv'"
275+
]
276+
},
264277
{
265278
"cell_type": "markdown",
266279
"id": "dressed-regard",
@@ -271,7 +284,7 @@
271284
},
272285
{
273286
"cell_type": "code",
274-
"execution_count": 5,
287+
"execution_count": null,
275288
"id": "cosmetic-matrix",
276289
"metadata": {},
277290
"outputs": [],
@@ -291,7 +304,7 @@
291304
},
292305
{
293306
"cell_type": "code",
294-
"execution_count": 6,
307+
"execution_count": null,
295308
"id": "naval-geology",
296309
"metadata": {},
297310
"outputs": [],
@@ -326,7 +339,7 @@
326339
},
327340
{
328341
"cell_type": "code",
329-
"execution_count": 7,
342+
"execution_count": null,
330343
"id": "terminal-teaching",
331344
"metadata": {},
332345
"outputs": [],
@@ -344,7 +357,7 @@
344357
},
345358
{
346359
"cell_type": "code",
347-
"execution_count": 8,
360+
"execution_count": null,
348361
"id": "intense-thursday",
349362
"metadata": {},
350363
"outputs": [],
@@ -364,7 +377,7 @@
364377
},
365378
{
366379
"cell_type": "code",
367-
"execution_count": 9,
380+
"execution_count": null,
368381
"id": "least-pattern",
369382
"metadata": {},
370383
"outputs": [],
@@ -384,7 +397,7 @@
384397
},
385398
{
386399
"cell_type": "code",
387-
"execution_count": 10,
400+
"execution_count": null,
388401
"id": "mounted-venice",
389402
"metadata": {},
390403
"outputs": [],
@@ -402,7 +415,7 @@
402415
},
403416
{
404417
"cell_type": "code",
405-
"execution_count": 11,
418+
"execution_count": null,
406419
"id": "affecting-response",
407420
"metadata": {},
408421
"outputs": [],
@@ -420,7 +433,7 @@
420433
},
421434
{
422435
"cell_type": "code",
423-
"execution_count": 12,
436+
"execution_count": null,
424437
"id": "engaging-watershed",
425438
"metadata": {},
426439
"outputs": [],
@@ -471,7 +484,7 @@
471484
},
472485
{
473486
"cell_type": "code",
474-
"execution_count": 13,
487+
"execution_count": null,
475488
"id": "endless-network",
476489
"metadata": {},
477490
"outputs": [],
@@ -481,7 +494,7 @@
481494
},
482495
{
483496
"cell_type": "code",
484-
"execution_count": 14,
497+
"execution_count": null,
485498
"id": "entire-concern",
486499
"metadata": {},
487500
"outputs": [],
@@ -503,7 +516,7 @@
503516
},
504517
{
505518
"cell_type": "code",
506-
"execution_count": 15,
519+
"execution_count": null,
507520
"id": "representative-acquisition",
508521
"metadata": {},
509522
"outputs": [],
@@ -513,18 +526,14 @@
513526
},
514527
{
515528
"cell_type": "code",
516-
"execution_count": 16,
529+
"execution_count": null,
517530
"id": "rocky-sydney",
518531
"metadata": {
519532
"scrolled": true
520533
},
521534
"outputs": [],
522535
"source": [
523-
"data.glucose.plot(style='o', alpha=0.5, label='glucose data')\n",
524-
"G_series.plot(color='C0', label='interpolated')\n",
525-
"\n",
526-
"decorate(xlabel='Time (min)',\n",
527-
" ylabel='Concentration (mg/dL)')"
536+
"# Solution goes here"
528537
]
529538
},
530539
{

chapters/chap23.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{
9393
"cell_type": "code",
9494
"execution_count": null,
95-
"id": "bearing-magnet",
95+
"id": "usual-institution",
9696
"metadata": {
9797
"tags": []
9898
},

0 commit comments

Comments
 (0)