General instructions

Regarding notebooks.azure.com

Preview / Edit: You will be in preview mode unless you have made a copy of the notebook.

Clone: To get your own copy of the notebook and associated files, press clone and login.

Regarding Jupyter Notebooks

Markdown cells: This cell is a markdown cell, you can edit it by doubleclicking on it and render it again by pressing Shift + Enter.

Code cells: Code cells contain Python code, and can be run by pressing Shift + Enter. Code output shows up in an associated output cell below.

Regarding these projects

Questions: You are supposed to answer questions, enter your answers in the markdown with the text YOUR ANSWER HERE.

Implementations: You are supposed to implement code according to instructions, where it sais YOUR CODE HERE (remove "raise NotImplementedError()" when you do).

Finishing touches: Before you submit your project.

  1. Enter NAME and COLLABORATORS below.
  2. Rerun the code by clicking Kernel$\rightarrow$Restart & Run All

In [ ]:
NAME = ""
COLLABORATORS = ""