Back to Templates

Basic dashboard

View App View Code on GitHub
shiny create -m express \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard
shiny create -m core \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard

A 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.

Packages:

  • faicons
  • pandas
  • seaborn