Lab 8 guide

Lab 8 guide#

Goal: Ensure students are set up for the rest of the course and comfortable using Jupyter.

Setup#

  1. For those who have the Anaconda Distribution (called “Anaconda” for short) installed, update it. Everyone else, install it.

    • Can skip registration

  2. Add the conda-forge channel.

  3. Ensure pandas and plotly are installed.

  4. 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#

  1. Walk through working with notebooks from course site.

  2. Reiterate Jupyter basics.

  3. Try some Markdown.

  4. Talk through Lab 8.