diff --git a/notebook/JupyterNotebookGuide.ipynb b/notebook/JupyterNotebookGuide.ipynb index c62824ad1856bac419bf080929157df9c50c7a91..288fc5d6a0ade13994f8b99e2cd5b5cc4fe20ae0 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" ] }, {