quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.84k stars 312 forks source link

Dashboards Tutorial #7903

Open cwickham opened 10 months ago

cwickham commented 10 months ago

Add a tutorial-style landing page tailored by language/tool users for Quarto Dashboards

Tutorial Idea: Start with a regular Quarto document (.qmd, or .ipynb) with some visual (maybe interactive, but not Shiny-level interactive) components and turn it into a dashboard. I.e. add headings and maybe convert some output to value boxes.

In particular, could use the JupyterLab tutorial to provide more scaffolding for .ipynb users to help them navigate the rest of the Dashboard docs (which only show .qmd examples).

danieltomasz commented 8 months ago

As if now now the Quarto 1.4 is released officially, please remove mention to beta release, https://quarto.org/docs/dashboards/ it is now pointing to 1.5.6 (It might be confounding to the new users)

mcanouil commented 8 months ago

To be accurate, the outdated section mentioned is: https://quarto.org/docs/dashboards/#step-1-install-quarto-pre-release

cwickham commented 8 months ago

Thanks for the report @danieltomasz, made the edit in https://github.com/quarto-dev/quarto-web/pull/998