Impor tampilan HTML

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