@extends('template') @section('title') Lab 1: Part 3: Notebooks @stop @section('content') ## 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. Screenshot of a Notebook 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... Finding lab01 notebook ...the Notebook should open in your web browser via a URL such as `http://localhost:8888/notebooks/Desktop/lab01/lab01.ipynb`. Screenshot of a Notebook
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.
@include('/labs/lab01/_toc') @stop