标签: ipython jupyter
我想从Jupyter Notebook的Markdown中获取HTML。
像这样
from IPython import display display.Code("import this")._repr_html_()
但是我得到:
IPython.core.display.Markdown对象没有属性'_repr_html _'。
有什么主意吗?