Embedding html into portfolio posts #631
Replies: 1 comment
-
I found this solution online: from IPython.display import IFrame IFrame(src='name.html', width=700, height=600) Won't display in my VSCode but does display when I export the notebook as an html. Also make sure that plot is already exported as an html in the same folder as your portfolio post notebook |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been struggling to get my plots to show up in my portfolio posts by downloading the plots from my coding notebooks as html and then using this line in a markdown cell to try to embed it into my cleaned up portfolio post summary:
When opened in a browser, the space where the plot should be reads "This plugin is not supported"
Has anyone successfully embedded an html into their portfolio posts?
Beta Was this translation helpful? Give feedback.
All reactions