Como importar o arquivo HTML para o notebook Jupyter

from IPython.display import HTML
HTML(filename='myhtml.html')
Leif Georg