Class Meeting 8A#

Slides will be released before class (sorry!).

Download the Slides from today

Logistics#

  1. Jupyter Lab

For class today, you will need to install JupyterLab because we’ll be using an .ipynb file to use the %%timeit cell-magic. You can do this by running the following command in the Terminal:

conda install -c conda-forge jupyterlab

You can then run jupyter lab in the Terminal to launch a JupyterLab instance.

  1. Clone the Class Activity Repository

You will first need to “accept” the GitHub Classroom assignment to get a copy of the starter code.

You can do that by clicking here.

Then, clone the classActivity0XY repository by running the following line in your Terminal:

git clone <your_clone_url>

Acknowledgements#

Slides for CPSC 203 were developed and created by Dr. Cinda Heeren. The current iteration of the course resulted in minor adaptations and updates, but by in large, full credit of these slides belongs to Dr. Cinda Heeren.