From 1d29e1abcb09840abcb27b55d5f6d6ae226ca50a Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 29 Aug 2018 14:19:02 +0000 Subject: [PATCH] Jupyter instalaltion guide : replace Anaconda by Miniconda --- module2/ressources/jupyter.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/ressources/jupyter.org b/module2/ressources/jupyter.org index f244ec7..7e12ffb 100644 --- a/module2/ressources/jupyter.org +++ b/module2/ressources/jupyter.org @@ -61,8 +61,8 @@ taste. ** Installing jupyter Follow these instructions if you wish to have a similar Jupyter environment on you own machine. -First, download and install [[https://www.anaconda.com/download/][Anaconda latest version]]. We use Anaconda version =4.5.4= on our server .\\ -Anaconda includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. +First, download and install [[https://conda.io/miniconda.html][Miniconda latest version]]. We use Miniconda version =4.5.4= on our server .\\ +Miniconda is a light version of Anaconda which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. Then download the [[https://gist.github.com/brospars/4671d9013f0d99e1c961482dab533c57][mooc_rr environment file]] and create it using conda: #+begin_src shell :results output :exports both -- 2.18.1