gpt4 book ai didi

python - iPython 笔记本输出 latex 或 mathjax

转载 作者:行者123 更新时间:2023-12-04 21:56:22 26 4
gpt4 key购买 nike

如何让iPython使用latex输出结果?

例如,在这个页面上:http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/master/examples/notebooks/SymPy%20Examples.ipynb

如果我执行代码:

Rational(3,2)*pi + exp(I*x) / (x**2 + y)

我得到输出:

Out[13]: 3*pi/2 + exp(I*x)/(x**2 + y)

我想在上面的链接中查看 latex 输出。

最佳答案

那些谷歌员工的更新答案:

from IPython.display import Math
Math('3 \cdot \\frac{\pi}{2} + e^{\\frac{I*x}{x^2 + y}}')

比 SymPy 笨拙一点,但不需要额外的包。

关于python - iPython 笔记本输出 latex 或 mathjax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19470796/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com