notebook.community
Edit and run
In [7]: html = open("index.html").read() from IPython.display import HTML HTML(html)
html = open("index.html").read() from IPython.display import HTML HTML(html)
Out[7]: CodePen - A Pen by Sjoerd de Vries