Starting First Assignment on https://wasmdash.vercel.app/

This is a question about the Plotly dash web Assembly used in the maven course. How do we add a new program into this? I can see how to modify the examples but not how to create a new project. Or are we to do the first exercise somewhere else?

hi @hoylerbr
To work with the exercises on wasmdash, just replace the example code with the code from the exercises and click save and run. It’s easiest to start with the dash-in-20.py example and just replace that code.

Assignment 1 uses the Shades data, so make sure to incorporate that data into your app like this:

df = pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/Dash-Course/makeup-shades/shades.csv")