Embed interactive plotly figures in qmd doc #2478
Answered
by
rgaiacs
AakashKumarNain
asked this question in
Q&A
-
I have an interactive plot generated using |
Beta Was this translation helpful? Give feedback.
Answered by
rgaiacs
Sep 18, 2022
Replies: 1 comment 1 reply
-
@AakashKumarNain have a look at https://gitlab.com/raniere-phd/interactive-data-visualisation/-/blob/main/plotly-r.qmd You can include the HTML as a Another option is to let plotly generate the HTML code to be included in the HTML by Quarto. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AakashKumarNain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@AakashKumarNain have a look at https://gitlab.com/raniere-phd/interactive-data-visualisation/-/blob/main/plotly-r.qmd
You can include the HTML as a
iframe
.Another option is to let plotly generate the HTML code to be included in the HTML by Quarto.