[IPython-User] catching sympyprinting input
Thomas Kluyver
takowl@gmail....
Sun Jan 15 11:12:07 CST 2012
2012/1/15 Zoltán Vörös <zvoros@gmail.com>
> sometimes one just needs the raw output of a sympy
> command. My question is, whether it is possible to produce the raw
> output in such a case,
>
If you make an explicit call to repr(), you can get the plain text repr
instead of the pretty-printed form.
The %pprint magic should probably toggle it on and off, but it doesn't seem
to affect it at present.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20120115/327dca0c/attachment.html
More information about the IPython-User
mailing list