From 550e41d22cead2e87a239596c9033e701aac39a5 Mon Sep 17 00:00:00 2001 From: nekrut Date: Mon, 5 Feb 2024 15:15:18 -0500 Subject: [PATCH] added alt text --- topics/data-science/tutorials/gnmx-lecture4/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/data-science/tutorials/gnmx-lecture4/tutorial.md b/topics/data-science/tutorials/gnmx-lecture4/tutorial.md index e2434b72a5d47..82013424d516d 100644 --- a/topics/data-science/tutorials/gnmx-lecture4/tutorial.md +++ b/topics/data-science/tutorials/gnmx-lecture4/tutorial.md @@ -26,7 +26,7 @@ notebook: --- -[![](https://imgs.xkcd.com/comics/seven.png)](https://xkcd.com/2483) +[![XKCD 2483](https://imgs.xkcd.com/comics/seven.png)](https://xkcd.com/2483) Preclass prep: Chapters [5](https://greenteapress.com/thinkpython2/html/thinkpython2009.html) and [7](https://greenteapress.com/thinkpython2/html/thinkpython2011.html) from "Think Python" @@ -297,7 +297,7 @@ def edDistDp(x, y): ``` A graphical representation of the matrix between `GCGTATGCACGC` and `GCTATGCCACGC` looks like this: -![](https://i.imgur.com/veMfPFt.png) +![A DP matrix with Seaborn](https://i.imgur.com/veMfPFt.png) This image is generated using [Seaborn](https://seaborn.pydata.org/index.html) package using matrix directly: