efJerryYang/computational-methods

Render LaTeX using Jupyter

Opened this issue · 0 comments

Python usage for rendering LaTeX strings in Jupyter.

from Ipython.display import Latex,display
display(Latex(s))

Actually it is also available for IJulia not only IPython. See discussions here.