Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Exercise 1 - Jupyter Introduction

Directions

  • Change the name of your notebook to EX1_FirstLast.ipynb, where First is your first name and Last is your last name.

  • For each of the following prompts, write or modify Python (or Markdown) code that fulfills the requirements.

Important information to remember

  • Periodically, you should click File -> Save Notebook

  • When you are done working for the day, click File -> Log Out

  • When you are finished, download the notebook and upload it to the submission link

  • I will reset the notebook and run each code block on its own. You will receive half credit if you rely on a variable from a previous or subsequent code block.

Problem 1

Recreate the following text demonstrated in the image below exactly as it appears using Markdown code in a Markdown cell immediately after this cell.

Replace the placeholder text with your information (i.e., what is your name? what is your major? etc.).

First Last

Year: Junior

Major: Earth, Atmosphere and Environment

Emphasis: Climate Science

[Problem 1 Answer]

Problem 2

Recreate the following text and picture demonstrated in the image below exactly as it appears using Markdown code in a Markdown cell immediately after this cell. Change the text for your favorite team and their logo.

Favorite Sports Team: NIU Huskies

sportz

[Problem 2 Answer]

Problem 3

Recreate the following text and picture demonstrated in the image below exactly as it appears using Markdown code in a Markdown cell immediately after this cell. Change the text for your favorite natural phenomenon and a picture of that phenomenon.

Favorite Natural Phenomenon: Thunderstorm

sportz

[Problem 3 Answer]

Problem 4

Recreate the following text and picture demonstrated in the image below exactly as it appears using Markdown code in a Markdown cell immediately after this cell. Change the text to represent your most ideal career after graduation, where 1 is top career. Change the color of the top career text to red and make the text bold.

  1. PGA Tour

  2. Professor

  3. Research Scientist

[Problem 4 Answer]

Problem 5

Open ended. Create a Markdown cell that describes your experience with programming, what you want to get out of this course, and how you think it will help you in your future career

[Problem 5 Answer]