Lab 8 guide#
Goal: Ensure students are set up for the rest of the course and comfortable using Jupyter.
Setup#
For those who have the Anaconda Distribution (called “Anaconda” for short) installed, update it. Everyone else, install it.
Can skip registration
Ensure
pandas
andplotly
are installed.Launch JupyterLab.
Try it!#
Run this example in your local Jupyter.
FYI px.data.tips()
loads one of Plotly’s sample datasets. You don’t need that when plotting other datasets.
Walkthrough#
Walk through working with notebooks from course site.
Reiterate Jupyter basics.
Try some Markdown.
Talk through Lab 8.