From 91b8f660562b2f8f87292fd6449b0c5c6fba2462 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Tue, 9 Feb 2021 19:53:14 +0100 Subject: [PATCH] Update 1_1_Notebooks.ipynb Changes URL for Anacoda --- python/1_1_Notebooks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/1_1_Notebooks.ipynb b/python/1_1_Notebooks.ipynb index ba86492..6c3105f 100644 --- a/python/1_1_Notebooks.ipynb +++ b/python/1_1_Notebooks.ipynb @@ -47,7 +47,7 @@ "metadata": {}, "source": [ "1. Install Anaconda \n", - "* Download the suitable version for your operating system of Python 3 at https://www.continuum.io/downloads\n", + "* Download the suitable version for your operating system of Python 3 at https://www.anaconda.com/products/individual\n", "* Follow the installation instructions. In Linux/Mac, launch a terminal and execute the installer script.\n", "2. [Optional, anaconda already installs jupyter] Install Jupyter http://jupyter.readthedocs.org/en/latest/install.html\n", "* Launch a terminal and execute 'conda install jupyter'"