cara membuka file html di jupyter notebook
Open HTML file in jupyter
Drab Dunlin
Open HTML file in jupyter
from IPython.display import HTML
HTML(filename='myhtml.html')