In [7]:
html = open("index.html").read()
from IPython.display import HTML
HTML(html)


Out[7]:
CodePen - A Pen by Sjoerd de Vries