Comment importer un fichier HTML dans Jupyter Notebook

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