Ex 1.1 Intro to Jupyter Notebooks:

Objective: Learn how to use Jupyter Notebooks to create Markdown Cells and Python Code cells.

  1. Copy the completed Demo1.1_IntroToJupyterNotebooks.ipynb Jupyter Notebook and rename it: Ex1.1_IntroToJupyterNotebooks.ipynb
  2. Continue working in the notebook and create the Markdown cells as shown below and the Code cells to accomplish the goals stated in the screengrabs.
  3. Submit your completed Jupyter Notebook (.ipynb) file to the first quiz question on Canvas. Your notebook should include both your code and the corresponding output that match the screengrabs provided below. Be sure to run all cells so that every output appears in the notebook.

Expected output: Jupyter Notebook with a Markdown cell header and a Python code cell

 

Expected output: Jupyter Notebook with a second Markdown cell and Python code cell output

 

Expected output: Jupyter Notebook with a third Markdown cell and Python code cell output