diff --git a/module2/ressources/jupyter.org b/module2/ressources/jupyter.org index f244ec7ad815ffd30ac937198463685798c30382..7e12ffbae2e8f4a88ca6527d4f52b3c71e3c8b86 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