From ebfd9b1a3cc7d8fc7dda43b67d7b3235d3f5b909 Mon Sep 17 00:00:00 2001 From: Divyesh Mangroliya Date: Fri, 2 Oct 2020 13:20:21 +0530 Subject: [PATCH 1/2] Updated Download link for Anaconda --- 00.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00.ipynb b/00.ipynb index 7298166..9cd3442 100644 --- a/00.ipynb +++ b/00.ipynb @@ -73,9 +73,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Download Anaconda from https://www.continuum.io/downloads\n", + "Download Anaconda from https://www.anaconda.com/products/individual\n", "\n", - "Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available." + "Anaconda is completely free and includes more than 300 python packages. Both python 2 and 3 options are available." ] }, { From 36562fb903ca272a2487f767c431a9afbf60d957 Mon Sep 17 00:00:00 2001 From: Divyesh Mangroliya Date: Fri, 2 Oct 2020 13:24:00 +0530 Subject: [PATCH 2/2] Updated Download link for Anaconda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 169e342..388a0cb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installing all the necessary libraries might prove troublesome. Anaconda and Can #### Anaconda -Download Anaconda from https://www.continuum.io/downloads +Download Anaconda from https://www.anaconda.com/products/individual Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available.