latex on iPython and Matplotlib

Post date: Jun 22, 2015 8:21:51 PM

Here is how you write TeX on matplotlib:

http://matplotlib.org/users/mathtext.html

In iPython, you will just do

Cmd-M to change to text mode. Then $your latex$ for inline and $$your latex$$ for the display mode.

http://stackoverflow.com/questions/13208286/how-to-write-latex-in-ipython-notebook