Windows installation
Windows is a platform on which Python can run without problems. In this section, we will cover the installation of Anaconda on the Windows platform.
Anaconda Windows installation
The process to install Anaconda is pretty similar to the macOS one, because of the graphic installer. Let's start by downloading the installer package from https://www.anaconda.com/download/ and choosing the 64-bit package:

After downloading the installer, accept the license agreement, and go to the next step:

Then, you can choose to install the platform for your current user, or for all users:

Then, you choose the installation directory for the whole installation. Remember, this will take close to 2 GB of disk to install:

After the environment is installed, you will find the Jupyter Notebook shortcut in the main Windows menu:

In order to use the Python commands and the conda
utility, there is a convenient Anaconda prompt, which will load the required paths and environment variables:

The last step consists...