I'm running an IPython session using Sympy, and have started up the pretty print module using init_printing(). The output is getting hard to parse because the default multiplication symbol is "None", and I'd like to set it to something else. Is there a way to do that?
It looks like the latex printer accepts mul_symbol as an argument, but I'm not sure how to set that for the default printer... Thanks-- -- 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. For more options, visit https://groups.google.com/groups/opt_out.
