Hello everyone!
I'm trying to knit an R Markdown document into an HTML file. The file includes a plotly graph. When the plotly graph was generated from the R Markdown document it shows correctly.
Unfortunately, given the internal workflow of the team we decided to create the file in Python with plotly, upload it to our blob storage in Azure and from there generate an iframe in our report. We thought it was going to be a piece of cake, because we had already created some iframe plots that way in our webpage, but maybe we underestimated it.
I've read all of this posts: link1, link2, link3 ,link 4, but they don't seem to work with my link. They work fine in embedding our webpage for example.
This is the link I'm trying to embed in the RMarkdown: Link trying to embed into Rmarkdown
Can anyone please helping me figure out what configuration I need to define in my Rmd file for it to render the plotly graph correctly?
Thank you very much. Your help is greatly appreciated.