display(html file in jupyter notebook) code example
Example: how to import html file to jupyter notebook
from IPython.display import HTML
HTML(filename='myhtml.html')
from IPython.display import HTML
HTML(filename='myhtml.html')