Lecture 19 - jupyter notebooks

Things look a little different right now

We're going to start by introducing a new programming environment: Jupyter Notebooks

Link to notes on Jupyter Notebooks

There are a few things that are really nice about Jupyter Notebooks:

Awesome things about notebooks

Confusing things about notebooks

Prof. Felix's Notebook recommendations

DO NOT USE JUPYTER NOTEBOOKS FOR HW 8 IN DS 2000

(Consult with your DS 2001 instructor for their preference if you are interested in using jupyter notebooks for your DS 2001 project.)

Notebook structure

In general, you'd like your notebooks structured as follows:

In each cell, from the top to the bottom

  1. Your header comment
  2. Your imports
  3. One function per cell (in general)