Cómo importar el archivo HTML a Jupyter Notebook
from IPython.display import HTML
HTML(filename='myhtml.html')
Leif Georg
from IPython.display import HTML
HTML(filename='myhtml.html')