所需的功能在IPython.display模块中。
from IPython.display import display, Markdown, Latexdisplay(Markdown('*some markdown* $phi$'))# If you particularly want to display maths, this is more direct:display(Latex('phi'))
欢迎分享,转载请注明来源:内存溢出
所需的功能在IPython.display模块中。
from IPython.display import display, Markdown, Latexdisplay(Markdown('*some markdown* $phi$'))# If you particularly want to display maths, this is more direct:display(Latex('phi'))
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)