Back to Templates

Reactive plot in sidebar

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

Place numerous input controls in a sidebar and use them to control a plot in the main panel.

Pro tip: When dealing with many inputs, consider grouping them into an accordion (and placing the accordion in the sidebar).

Layouts:

Packages:

  • seaborn