Back to Templates

Navigating multiple panels

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

A basic demonstration of common navigation of multiple panels in Shiny. The app has a navigation bar at the top, with two panels: “Page 1” and “Page 2”. On “Page 1”, is card with two panels: “Plot” and “Table”. On both card panels is a select input to choose the plot/data to display.

Layouts:

Packages:

  • pandas
  • seaborn