We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I would like to embed interactive plotly plots into the slides.
Describe the solution you'd like A slide presentation with plotly interactive plots.
Describe alternatives you've considered tried just putting in the html directly
The text was updated successfully, but these errors were encountered:
Hi, this is already possible using iframes:
iframes
<grid drop="center" drag="90 90" <iframe width="100%" height="100%" data-src="relative/path/to/attachment.html"></iframe> </grid>
You can also use an url
Best regards, Juanmi
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I would like to embed interactive plotly plots into the slides.
Describe the solution you'd like
A slide presentation with plotly interactive plots.
Describe alternatives you've considered
tried just putting in the html directly
The text was updated successfully, but these errors were encountered: