Hello,

Probably a basic question..

This works fine for pretty printing ascii, but I'd like to render 'typeset' 
versions of the expressions:

p = [assoc_legendre(l, ml, x) for l in range(5) for ml in range(l)]
for f in p:
    pprint(f)

If it matters: running sympy 0.7.6, Ipynb 3.0, FF36 linux, executed 
init_printing() 

Thanks,
Steve

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/4d60b855-3824-4a81-915f-d25d4999882d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to