Winter 2024, CS 114, Principles of Computing for Science

The Winter 2024 term offering of the course will be delivered in-person.

Many details are in the Course Outline or in Learn and office hours can be found on Learn here

Configuring Jupyter

We will be using Jupyter extensively in this course. We will discuss how to get started in Jupyter in class, and you can refer to the course textbook.

Once you are running Jupyter, copy and paste the following incantation into Jupyter, and run it. (Include everything, even the exclamation mark.)

!wget https://student.cs.uwaterloo.ca/~cs114/src/module-01-start.ipynb

This will download a file called module-01-start.ipynb. Open this file, and run it by clicking the ⏩ button. This will install the check module that we will use throughout the term. It also gives you a place to start working on exercises in class.