Directions:
Please rename the file by clicking on “LX-First-Last.ipynb” where X is the lab number, and replace First and Last with your first and last name.
Click File -> Save to make sure your most recent edits are saved.
In the upper right hand corner of the screen, click on “Share”. Click on “Restricted” and change it to “Anyone with the link”. Make sure you also share it with
ahaberlie1@gmail.com.Copy the link and submit it on Blackboard. Make sure you follow these steps completely, or I will be unable to grade your work.
Overview¶
Demonstrate one part of your semester project as a “lab”.
Rules¶
1. You are allowed and encouraged to use any material, code, etc., that you create for this lab in your final draft. I have provided a template for you to use below.
2. Both group partners should submit a unique lab. However, I encourage you to collaborate so that you can complete this lab and combine this with your partner’s lab to contribute two unique aspects of your project
3. Typical Gen-AI rules apply to this lab.
You will be partially graded on completion, and partially graded on my assessment of how much thought you put into this. Penalties will be applied if you do not provide 3 increasingly complicated “problems” and 1 open-ended problem as prompted below. Excessive Gen-AI code or text will be penalized up to 100%.
What do I need to know before I start this lab?¶
[Your text here]
What techniques or data insights will I learn about during this lab?¶
[Your text here]
Do I need to import any data or install packages?¶
[Your text here]
Run the following code to download these data and/or install the packages:
%%bashProblem 1¶
[Identify a useful initial task you need to run and demonstrate. You also are providing the answer key with your code. In other words, don’t leave the code cell blank!]
Problem 2¶
[Identify a useful intermediate task you need to run and demonstrate. You also are providing the answer key with your code. In other words, don’t leave the code cell blank!]
Problem 3¶
[Identify a useful advanced task you need to run and demonstrate. You also are providing the answer key with your code. In other words, don’t leave the code cell blank!]
Problem 4¶
[This one is more open-ended. Think of a way to extend the code from problem 1-3 to solve a new problem. This one might have just starter code and does not have to be a complete solution.]