cara mengimpor file html ke jupyter notebook

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