To work with this assignment:

- Create an a5 directory and `cd` into it
- `wget` the assignment link
- Do `unzip a5.zip` to uncompress the assignment files
- Install Jupyter Notebook: `pip install notebook`
- Run `jupyter notebook`, which will usually directly open the Notebook interface in your web browser.
- If not, look for the url link in the output showing "Jupyer Notebook [...] is running at:" followed by a url, often starting with "http://localhost". Open this url in your browser and you'll see the interface.
