Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.24 KB

File metadata and controls

33 lines (27 loc) · 2.24 KB
layout root permalink
lesson
.
index.html

This workshop lesson is an introduction to making interactive data visualizations in Python. Learners will create a new environment using conda, wrangle data into the proper format using pandas library, create visualizations using the Plotly Python library, and display these visualizations and create widgets using Streamlit.

Preview the app

For a preview of what learners will be creating in this lesson (including the exercises), click the "Open in Streamlit" button below. Open in Streamlit The repository that contains this example Streamlit app can be found here. {: .callout}

{% comment %} This is a comment in Liquid {% endcomment %}

Prerequisites

  1. Learners should have completed the Plotting and Programming in Python workshop lesson, or have some experience with Python and the pandas library.
  2. Learners should have Anaconda installed on their machines, as specified in the setup for Plotting and Programming in Python.
  3. Learners should be comfortable with using the command line and with using git, either on the command line or through an application like GitHub Desktop.
  4. Learners should have a Jupyter Lab & Streamlit compatible web browser installed (Google Chrome, Firefox, or Safari).
  5. Learners should have downloaded the required files (data_viz_workshop.zip) as specified in the Setup
  6. Learners should have a GitHub account if they wish to deploy (share) their app. {: .prereq}

{% include links.md %}