I'm running the 64-bit distribution of Canopy on Mac os X 10.9.3. When I work with Sympy in the IPython QTConsole included in Canopy, the printing is returned as something resembling the "ASCII pretty printer" style, but in a way that is almost indecipherable. I noticed in a Sympy tutorial (http://docs.sympy.org/dev/tutorial/printing.html) that even if Latex isn't installed, matplotlib should use its rendering engine, which I would assume would look much better than this.
The strange thing is that Latex is working just fine when I use an IPython notebook in Canopy. Under Canopy's preferences, I have the pylab backend set to inline(SVG) for both the notebook and Python.
Any ideas on how to get Latex working in this case?