from IPython.display import IFrame
from IPython.core.display import display
display(IFrame('example.html', '100%', '600px'))