<div class="gmail_quote">2012/1/15 Zoltán Vörös <span dir="ltr"><<a href="mailto:zvoros@gmail.com">zvoros@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":sz">sometimes one just needs the raw output of a sympy<br>
command. My question is, whether it is possible to produce the raw<br>
output in such a case,</div></blockquote></div><br>If you make an explicit call to repr(), you can get the plain text repr instead of the pretty-printed form.<br><br>The %pprint magic should probably toggle it on and off, but it doesn't seem to affect it at present.<br>
<br>Thomas<br>