School of Computing and Information Systems,
Singapore Management University
2025-06-29
A new output format for easily creating dashboards from .qmd files. They make it easy to create interactive dashboards using Python, R, Julia, and Observable:
For live demo, click on this link.
For live demo, click on this link.
For live demo, click on this link.
To get started, create a new Quarto document, then change format: to dashboard instead of html.
Navigation Bar and Pages — Icon, title, and author along with links to sub-pages (if more than one page is defined).
Sidebars, Rows & Columns, and Tabsets — Rows and columns using markdown heading (with optional attributes to control height, width, etc.). Sidebars for interactive inputs. Tabsets to further divide content.
Cards (Plots, Tables, Value Boxes, Content) — Cards are containers for cell outputs and free form markdown text. The content of cards typically maps to cells in your notebook or source document.
Each code chunk makes a card, and can take a title.