In [8]:
from IPython.display import display, HTML, display_html

In [9]:
display(HTML("<h1>Here is some HTML</h1>"))


Here is some HTML


In [12]:
display_html("<h2>Use this function.</h2>", raw = True)


Use this function.


In [1]:
import despy.dp as dp
dir(dp)

In [ ]: