In IPython notebook, I used to be able to display a python string that contains html as actual html, by using the HTML
function from IPython's display module.
from IPython.display import HTML
In jupyter notebook the display module no longer exists. Does anyone know where I can find the HTML function?
I use Jupyter notebook 4.1, IPython 4.0.2 and Python 3.5.1 64 bit