Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.26 KB

File metadata and controls

45 lines (26 loc) · 2.26 KB
permalink site
index.html
sandpaper::sandpaper_site

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.

::::::::::::::::::::::::::::::::::::::::: callout

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. {alt='Open in Streamlit'} The repository that contains this example Streamlit app can be found here.

::::::::::::::::::::::::::::::::::::::::::::::::::

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

:::::::::::::::::::::::::::::::::::::::::: prereq

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.

::::::::::::::::::::::::::::::::::::::::::::::::::