Instructions¶
Watch the video: Storytelling with Data Visualization by Prof. Bing Wen Brunton.
Reflect on the content and write a brief takeaway in the space provided below.
Task¶
Q1. Write your 1–2 sentence takeaway from the video in the cell below and run the cell to print it out.¶
In [ ]:
# --- Your Reflection (edit between the triple quotes) ---
takeaway = """
Write your 1–2 sentence takeaway here.
"""
print("My takeaway from the video is:", takeaway)
End of Lab Exercise.