#!/usr/bin/env python # coding: utf-8 # # Guide to Using Jupyter Notebooks # In this lecture we will be going over the basics of the Jupyter (previously called iPython Notebooks). # # For a complete User Manual check out the [Bryn Mawr College Computer Science Guide](https://athena.brynmawr.edu/jupyter/hub/dblank/public/Jupyter%20Notebook%20Users%20Manual.ipynb). # # Most of the breakdown will actually occur in the presentation corresponding to this Notebook. So please refer to either the presentation or the full User Manual linked above.