damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

embed a html page within a cell #518

Closed shahramjoon closed 3 years ago

shahramjoon commented 4 years ago

Hello

We have a html page and we want to embed it in a markdown cell that in slide mode, html page will be shown. nothing else is that slide.

we have put the vis.html in data folder and we put this code in markdown cell it doesn't show anything.

I appreciate your guidance

damianavila commented 4 years ago

Do you have any repo to look at and try to reproduce your steps? Btw, in the past, to embed HTML in the notebook (and in the slideshow as well), I have used the IPython.display machinery: https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.HTML.

kurtmckee commented 3 years ago

It appears this ticket can be closed as stale.