Jak zaimportować plik HTML do notebooka Jupyter

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