Comment #1 on issue 3513 by [email protected]: %load_ext sympy.interactive.ipythonprinting damaging output
http://code.google.com/p/sympy/issues/detail?id=3513
The extension intensionally overrides printing of built-in containers. This way, container types containing SymPy objects print correctly (for example, the result of solve()). The discussion at https://github.com/ipython/ipython/pull/1399 is useful.
I thought it wasn't supposed to override it unless the list contained at least one Basic type, though. So this is a genuine bug.
-- 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.
