Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5145dfd

Browse files
committed
Update links
1 parent 1915730 commit 5145dfd

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

example-notebook.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13445,18 +13445,14 @@ <h2 id="Example:-Fisher's-Iris-Data">Example: Fisher's Iris Data<a class="anchor
1344513445
</div>
1344613446

1344713447
</div>
13448-
<div class="cell border-box-sizing code_cell rendered">
13449-
<div class="input">
13450-
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
13451-
<div class="inner_cell">
13452-
<div class="input_area">
13453-
<div class=" highlight hl-ipython3"><pre><span></span>
13454-
</pre></div>
13448+
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
13449+
</div><div class="inner_cell">
13450+
<div class="text_cell_render border-box-sizing rendered_html">
13451+
<hr>
13452+
<p>Back to <a href="https://jenfly.github.io/datajam-python/0-jupyter.html">home</a></p>
1345513453

13456-
</div>
1345713454
</div>
1345813455
</div>
13459-
1346013456
</div>
1346113457
</div>
1346213458
</div>

example-notebook.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,13 @@
352352
]
353353
},
354354
{
355-
"cell_type": "code",
356-
"execution_count": null,
355+
"cell_type": "markdown",
357356
"metadata": {},
358-
"outputs": [],
359-
"source": []
357+
"source": [
358+
"---\n",
359+
"\n",
360+
"Back to [home](https://jenfly.github.io/datajam-python/0-jupyter.html)"
361+
]
360362
}
361363
],
362364
"metadata": {
@@ -375,7 +377,7 @@
375377
"name": "python",
376378
"nbconvert_exporter": "python",
377379
"pygments_lexer": "ipython3",
378-
"version": "3.7.6"
380+
"version": "3.7.9"
379381
}
380382
},
381383
"nbformat": 4,

solutions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14471,7 +14471,7 @@ <h2 id="Exercise-2.2">Exercise 2.2<a class="anchor-link" href="#Exercise-2.2">&#
1447114471
<div class="text_cell_render border-box-sizing rendered_html">
1447214472
<p>We can see that the Americas low income group only contains one country, Haiti, and during 2010 there was a large drop in life expectancy. Since there was a devastating earthquake in Haiti in 2010, this drop in life expectancy is likely reflecting these disaster conditions. However, the magnitude of the decrease (from 58 down to 32 years) seems potentially unrealistic and could indicate an issue in how life expectancy was calculated in the Gapminder data.</p>
1447314473
<hr>
14474-
<p>Back to <a href="0-jupyter.ipynb">home</a></p>
14474+
<p>Back to <a href="https://jenfly.github.io/datajam-python/0-jupyter.html">home</a></p>
1447514475

1447614476
</div>
1447714477
</div>

solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@
14531453
"\n",
14541454
"---\n",
14551455
"\n",
1456-
"Back to [home](0-jupyter.ipynb)"
1456+
"Back to [home](https://jenfly.github.io/datajam-python/0-jupyter.html)"
14571457
]
14581458
}
14591459
],

0 commit comments

Comments
 (0)