You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dashboards/interactivity/index.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "Interactive Dashboards"
4
4
5
5
## Overview
6
6
7
-
Adding interactivity to a dashboard helps uses explore the concepts and data you are presenting more deeply. There are several ways to add interactive components to Quarto dashboards:
7
+
Adding interactivity to a dashboard helps users explore the concepts and data you are presenting more deeply. There are several ways to add interactive components to Quarto dashboards:
8
8
9
9
-[Shiny for Python](shiny-python/index.qmd) for dashboards that use Jupyter for computations (requires a server component for deployment).
10
10
@@ -26,6 +26,6 @@ No matter which type of interactivity you choose, you'll want to present user in
26
26
27
27
-[Toolbars](/docs/dashboards/inputs.qmd#toolbars) provide a full page width horizontal panel for inputs.
28
28
29
-
-[Card Toolbars](/docs/dashboards/inputs.qmd#card-toolbars) are directly embedded in the header or footer of cards.
29
+
-[Card Inputs](/docs/dashboards/inputs.qmd#card-inputs) are directly embedded in the cards either as a card toolbar or as a card sidebar.
30
30
31
31
The article on [Inputs](/docs/dashboards/inputs.qmd) covers these methods in depth along with tips on doing more sophisticated layout of groups of inputs.
0 commit comments