In [8]:
from IPython.display import display, HTML, display_html
In [9]:
display(HTML("<h1>Here is some HTML</h1>"))
In [12]:
display_html("<h2>Use this function.</h2>", raw = True)
In [1]:
import despy.dp as dp
In [ ]: