<iPython, html> HTMLの表示

ipython notebookHTMLを表示する方法。

s = '<p>Hage</b>'

from IPython.display import HTML
html = HTML(s)
html