From bb370f3873cf43f03594c22f17549f9ef982d449 Mon Sep 17 00:00:00 2001 From: steph <93551276+jordantheblob@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:35:56 +0300 Subject: [PATCH] updated notebook.ipynb link --- 1-Introduction/01-defining-data-science/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/01-defining-data-science/README.md b/1-Introduction/01-defining-data-science/README.md index 40e0d843c..b2f9ed8f3 100644 --- a/1-Introduction/01-defining-data-science/README.md +++ b/1-Introduction/01-defining-data-science/README.md @@ -147,7 +147,7 @@ In this challenge, we will try to find concepts relevant to the field of Data Sc ![Word Cloud for Data Science](images/ds_wordcloud.png) -Visit [`notebook.ipynb`](/1-Introduction/01-defining-data-science/notebook.ipynb ':ignore') to read through the code. You can also run the code, and see how it performs all data transformations in real time. +Visit [`notebook.ipynb`](https://github.com/microsoft/Data-Science-For-Beginners/blob/main/1-Introduction/01-defining-data-science/notebook.ipynb) to read through the code. You can also run the code, and see how it performs all data transformations in real time. > If you do not know how to run code in a Jupyter Notebook, have a look at [this article](https://soshnikov.com/education/how-to-execute-notebooks-from-github/).