Importer l'affichage HTML

from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))
Tired Toad