If you have built a Shiny app, you have some familiarity with the concept of reactivity. For the next two graphics-groups, we’ll talk about two alternatives to Shiny which also use reactivity:
Dash, using Python Observable, using JavaScript As examples, we’ll talk about how you can build the “same” app using all three tools. For the first session, we’ll discuss Shiny and Dash.
Here’s a reference I’m working on: https://ijlyttle.
Read more →