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.
