Can the new Dashboard or serverless shiny app functionality be embedded in a quarto book? #8218
Answered
by
mcanouil
alejandrohagan
asked this question in
Q&A
-
Descriptionhi! I'm really excited about the new Dashboard and shinyless server functionality and the possibilities with Quarto. Does anyone know if either the dashboard or serverless shiny capabilities can be embedded in a Quarto Book format (eg. say as a dedicated chapter or part of the page)? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 11, 2024
Replies: 1 comment
-
Shiny is independent of Dashboard and can be used in any HTML component, see the documentation: https://quarto.org/docs/interactive/shiny/index.html. Dashboard is a format on its own, so it could be linked or embedded as any HTML components but not "combined". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alejandrohagan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shiny is independent of Dashboard and can be used in any HTML component, see the documentation: https://quarto.org/docs/interactive/shiny/index.html.
Dashboard is a format on its own, so it could be linked or embedded as any HTML components but not "combined".