Most Linux operating systems come with some version of python already installed. As the installation of additional python modules or packages can be a bit problematic with these standard installations, and as we want to make use of jupyter notebooks, we will install a python distribution called Anaconda. Furthermore, Anaconda is available for Windows, Mac OS and Linux, so you can easily run it on your own computer if you want to learn more about Python.
python 3.7 in this course, so make sure to download the right version.bash ~/Downloads/Anaconda3-2019.10-Linux-x86_64.sh to start the installation process. (Adjust the path if you did not download the installer into ~/Downloads/. From there you can just follow the on-screen instructions, which are (±) these:RETURN to see the agreement, then scroll down. At the end you can agree to them by typing yes.RETURN to accept the default location.PATH to fully install everything, i.e. “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home/<user>/.bashrc. Type yes and you should be done.source ~/.bashrc to reload your current terminal, with this Anaconda should be properly installed. jupyter notebook or ipython notebook. A new browser window should now open up, showing you the jupyter/ipython interface.