You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like YouTubeVideo has both _repr_jpeg_ and _repr_html_ methods and pn.pane.JPEG returns a higher precedence than pn.pane.HTML does. For now you can just do:
We use the YouTubeVideo widget from Ipython
from IPython.display import YouTubeVideo
with the panel version 0.14, it was going well (panel serve final_notebook.ipynb --port 8080 --show --autoreload)
ex: there is iframe in the html cade
<iframe width="100%" height="540px" src="https://www.youtube.com/embed/Daolqfjen94?autoplay=1" frameborder="0" allowfullscreen="" allow="autoplay"></iframe>now with the release 1.1.1
we have an image in the html code
(the display in jupyter lab is always good.)
The text was updated successfully, but these errors were encountered: