There is some preview() command that should be documented in the printing manual in our documentation, but if you use a recent version of ipython a much better solution will be to use the qt-console:
ipython qtconsole --profile=sympy You need the --profile command to initiate some specific configurations. And if you don't have problems installing python packages, you might find interesting the ipython notebook. It let's you create documents akin to mathematica notebooks. ipython notebook --profile=sympy (it should open a browser window) On 12 March 2012 19:25, John Salvatier <[email protected]> wrote: > Hello, > > I'm using Sympy from ipython to aid my hand calculations and sometimes the > results are kind of long. I'd like to output LaTeX so that I can understand > the results more easily. I was hoping there would be something like > matplotlib's "plot" command that makes a new window with the latex in it or > perhaps outputs the latex to a single separate scrolling window. I see that > something like that can be done using the exteded LaTeXModule for sympy, but > tex.Format() does something weird to my ipython session ("In [2]:" stops > appearing) and the output is not right/slow. Is there a way to accomplish > this? > > John > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
