Skip to content
New issue

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

Embed html, in particular, plotly plots #297

Open
jccalvojackson opened this issue Mar 26, 2024 · 1 comment
Open

Embed html, in particular, plotly plots #297

jccalvojackson opened this issue Mar 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jccalvojackson
Copy link

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

@jccalvojackson jccalvojackson added the enhancement New feature or request label Mar 26, 2024
@juan11iguel
Copy link

Hi, this is already possible using 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants