From fdb38174e64f4fa0d1620d6f69945c2e871d40af Mon Sep 17 00:00:00 2001
From: COLLIN Marie <marie.collin@inria.fr>
Date: Tue, 2 Feb 2021 15:49:12 +0100
Subject: [PATCH] Add: Local install instructions JupyterNotebookGuide.ipynb

---
 notebook/JupyterNotebookGuide.ipynb | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/notebook/JupyterNotebookGuide.ipynb b/notebook/JupyterNotebookGuide.ipynb
index c62824a..288fc5d 100644
--- a/notebook/JupyterNotebookGuide.ipynb
+++ b/notebook/JupyterNotebookGuide.ipynb
@@ -313,10 +313,14 @@
    "metadata": {},
    "source": [
     "## Installing Jupyter on your computer\n",
-    "If you prefer to work in standalone mode, you may install Jupyter on your computer. **[Miniconda](https://conda.io/miniconda.html)**, a lightweight edition of Anaconda, is a software distribution that includes **Python, R, Jupyter, and many popular libraries for scientific computing and data science**.   \n",
+    "If you prefer to work in standalone mode, you may install Jupyter on your computer.\n",
+    "\n",
+    "**[Miniconda](https://conda.io/miniconda.html)**, a lightweight edition of Anaconda, is a software distribution that includes **Python, R, Jupyter, and many popular libraries for scientific computing and data science**.\n",
     "You can find all information about **scikit-learn installation on the [scikit-learn site](https://scikit-learn.org/stable/install.html#install-official-release)**.\n",
     "\n",
-    "At last,you will find all the **notebooks and datasets files in the Mooc file github repository**: [https://github.com/INRIA/scikit-learn-mooc].\n"
+    "To proceed with the installation of all dependencies for the course (not only scikit-learn), you can consult the [local installation page](https://github.com/INRIA/scikit-learn-mooc/blob/master/local-install-instructions.md).\n",
+    "\n",
+    "At last, you will find all the **notebooks and datasets files in the Mooc file github repository**: [https://github.com/INRIA/scikit-learn-mooc].\n"
    ]
   },
   {
-- 
GitLab