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

In [3]:
dir(dp)


Out[3]:
['Config',
 'EARLY',
 'LATE',
 'STANDARD',
 'Session',
 'Simulation',
 '__builtins__',
 '__cached__',
 '__doc__',
 '__file__',
 '__loader__',
 '__name__',
 '__package__',
 '__spec__',
 'abstract',
 'fel',
 'model',
 'output',
 'stats']

In [ ]: