So importieren Sie die HTML -Datei in Jupyter Notebook
from IPython.display import HTML
HTML(filename='myhtml.html')
Leif Georg
from IPython.display import HTML
HTML(filename='myhtml.html')