display html jupyter code example
Example: display html jupyter
from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))
from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))