Updates:
        Labels: IPython Printing

Comment #3 on issue 3537 by [email protected]: %load_ext sympy.interactive.ipythonprinting int and float representation
http://code.google.com/p/sympy/issues/detail?id=3537

A more recent discussion is at https://github.com/sympy/sympy/pull/1556. The behavior you describe is a bug (I'm not at a computer right now to check it).

Does

from sympy import init_printing
init_printing()

do the same thing? And what if you manually set the flag in init_printing (I think it's latex=True, but check the docstring)?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to