diff --git a/install_jupyter.html b/install_jupyter.html index f700675..20bd08c 100644 --- a/install_jupyter.html +++ b/install_jupyter.html @@ -1,5 +1,5 @@ install_jupyter.md

Installing Python and Jupyter Notebooks

-

If you would like to install python on your computer I recommend installing Anaconda. It also has a simple a simple jupyter notebooks editor that works in a browser.

+

If you would like to install python on your computer I recommend installing Minconda or Anaconda. It also has a simple a simple jupyter notebooks editor that works in a browser.

However, I recommend editing and running jupyter notebooks with microsoft's VS Code. You can also run notebooks in google's Colab which requires not installation or notebooks.

On the UNIBO system you need to:

From the command line in your home directory:

diff --git a/install_jupyter.md b/install_jupyter.md index 055f319..7107442 100644 --- a/install_jupyter.md +++ b/install_jupyter.md @@ -1,6 +1,6 @@ #Installing Python and Jupyter Notebooks -If you would like to install python on your computer I recommend installing [Anaconda](https://www.anaconda.com/download/#macos). It also has a simple a simple jupyter notebooks editor that works in a browser. +If you would like to install python on your computer I recommend installing [Minconda](https://docs.anaconda.com/miniconda/) or [Anaconda](https://www.anaconda.com/download/#macos). It also has a simple a simple jupyter notebooks editor that works in a browser. However, I recommend editing and running jupyter notebooks with microsoft's [VS Code](https://code.visualstudio.com/download). You can also run notebooks in google's [Colab](https://colab.research.google.com) which requires not installation or notebooks.