Introduction to Data and Plotting

Setup

This lesson will introduce Jupyter notebooks which you can install on your own device as part of the Anaconda distribution (for Python 3.7!). This also gives access to many scientific libraries for Python and other utilities such as the Spyder IDE. Anaconda is also available of University PCs. We will open it with the following:

Windows Start buttonAnaconda3Jupyter Notebook

You should now see a teminal and a web browser open. In the web browser you should see the contents of your H: drive (home folder). If this hasn't happened raise the red post-it now.

If all has gone to plan, use the dropdown labelled new in the top right and select folder. This will create a new folder (called Untitled Folder), to rename it tick the box next to it and click rename at the top. We called our folder data-plotting.

To change into that folder just click on its name. To create a new notebook, go again to the dropdown labelled new and select Python 3, this will create a new Python notebook and open a new tab in your browser.

You are now ready to begin the lesson. Take a few moments to familiarise yourself with the icons and menus in the Jupyter notebook, and rename it by clicking on the title which is currently Untitled.

You will need to download some data files during the lesson, but links are provided when these are required.