Outreach Materials
Outreach Materials
This repository contains outreach materials for open days and shool visits activities. They are written using Jupyter notebooks so users will need to ensure that they have Python and Jupyter install on their computer. If you are unable to install software on the computer you are using you can run the notebooks in the cloud using Google Colab.
Install Python and Jupyter
- Download and install Anaconda onto your computer. Anaconda is a suite of open source apps including Jupyter notebook which is free to download and safe to do so.
- Once you have installed Jupyter run the app. How to do this will depend on your operating system.
- Windows: select Jupyter from the start menu
- MacOS: run Anaconda Navigator and then click on then Launch button beneath Jupyter Notebook
- A web browser window should open showing you the files on your computer. Navigate to the
Maths of Music.ipynb
file and click on the file to open it.
Use Google Colab
If you are unable to install software on a computer, or prefer to work in the cloud, you can run Jupyter notebooks using Google Colab. To do this you will need a Google account so if you do not already have one you can sign up here.
To run a notebook file, e.g., Music.ipynb
- Open a web browser and go to https://colab.research.google.com/
- Click on Sign in and enter your Google account details
- Upload the file
Music.ipynb
by clicking on Upload and select the file from where you stored it on your computer.