### Installing ANACONDA and running a jupyter notebook 1 - Download anaconda from: https://www.anaconda.com/distribution/ 2 - Installation: https://docs.anaconda.com/anaconda/install/ 3 - Download the file example.ipynb (click on Jupyter_example). 4 - Running a Jupyter notebook: Open a terminal Go to the directory where you saved the file example.ipynb: e.g. "cd ~/Downloads" Type: jupyter notebook Then look for the file example.ipynb inside the notebook home and open it. Execute each block using "Shift+Enter" more help for running the Jupyter notebook: https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html If you need help, come with your laptop to the exercise session.