We should make init_printing set this up in the notebook and qtconsole. See also http://code.google.com/p/sympy/issues/detail?id=2632.
Aaron Meurer On Wed, Dec 28, 2011 at 8:30 AM, Mateusz Paprocki <[email protected]> wrote: > Hi, > > On 28 December 2011 16:25, Matthew Rocklin <[email protected]> wrote: >> >> I just took a look at the ipython 0.12 notebook interface and it's very >> neat. >> Has anyone played around with making this work well with sympy printing >> (either latex or unicode)? > > > There is an extension for sympy which can be loaded with: > > %load_ext sympy > > This will setup latex pretty printing. > >> >> >> >> -- >> 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. > > > Mateusz > > -- > 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.
