Basic dashboard
View App View Code on GitHubshiny create --template dashboard --mode express --github posit-dev/py-shiny-templatesshiny create --template dashboard --mode core --github posit-dev/py-shiny-templatesA basic dashboard with input filters, value boxes, a plot, and table. This particular dashboard visualizes the palmerpenguins dataset. In addition to demonstrating the basics visual components of a dashboard, it also demonstrates how to leverage reactive calculations to filter the data once and use it as needed in multiple places.