Anaconda Installation Tutorial 221030
Anaconda Installation Tutorial 221030
1
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
2
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• Select the location where you want to install Anaconda and press Next.
3
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
4
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
5
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• Click on the “Launch” button of the “Jupyter” tile to open Jupyter Notebook.
6
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
7
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• A dialog box similar to the one below will be shown. Choose a name for your
8
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
environment (we will use “MLenv” for the rest of the tutorial) and a version of Python,
which should be any one above 3.8. I would recommend any 3.8.x version to match
the one installed on the university IT labs. Press “Create”.
• Once the environment is available, select “Not installed” tab from the drop-down
menu, to install new packages. Use “Search Packages” to find the modules we will
be using during the lessons. At least, you should install:
o Pandas
o Numpy
o Matplotlib
o Scikit-learn
o Jupyter
• Find and select (tick the box) the above packages and press the “Apply” button at the
bottom right.
9
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• A dialog box should be prompted displaying the list of the packages and their
dependencies that will be installed. Click on “Apply”. It could take a while to install
everything, depending on the size of the packages and hardware.
10
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• When you go to “Home” and click on applications, you can see the list of
environments by clicking on the drop-down menu next to the “Channels” button.
Check that you are working on the “MLenv” environment and launch “Jupyter
Notebook”, which should be already installed if the previous steps went well.
• Jupyter Notebook runs on a navigator. When you press the “Launch” button, a new
window or tab will be opened on your default navigator with the Jupyter Notebook
running. It will look similar to the below screenshot. If you want to create a new
“notebook”, press the “New” button and choose “Python 3”.
11
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• But, before we create new Notebooks, let’s open one already created.
12
Anaconda installation – Tutorial Dr Ivan Olier Version 30-10-22
• For instance, navigate on the list of folders displayed on your Jupyter Notebook and
find “tutorial01” and click on the filename (it should have the .ipynb extension).
13