Comment ouvrir le fichier HTML dans Jupyter Notebook
Open HTML file in jupyter
Drab Dunlin
Open HTML file in jupyter
from IPython.display import HTML
HTML(filename='myhtml.html')