Lab 1: Part 3: Notebooks
In this course we use a teaching tool called Jupyter Notebooks. Notebooks are special documents that combine instruction with code examples that can be executed directly in the Notebook itself. This means we can tell you how something works and show you how it works at the same time.

Notebook files are typically bundled with a .zip folder you'll download for lectures, but for today's lab, we included the Notebook file with the lab contents you downloaded at the start of class.
To get started, make sure Canopy is open, as it's needed “behind the scenes” to run Notebooks.
Then, from your Desktop/lab01
folder, locate the file lab01.ipynb
and double click it...

...the Notebook should open in your web browser via a URL such as http://localhost:8888/notebooks/Desktop/lab01/lab01.ipynb
.

That's it! You can now read through the Notebook in your browser— this introductory Notebook includes instructions on how to run the code examples.
Table of Contents
- Lab 1 Home
- Part 1: Thonny intro
- Part 2: How to work on projects
- Part 3: Your first program
- Part 4: Multimedia exercises
- Part 5: Save your work