>From Spyder tutorial, I take this segment and type it in my iPython console
These commands were executed:
>>> from __future__ import division
>>> from sympy import *
>>> x, y, z, t = symbols('x y z t')
>>> k, m, n = symbols('k m n', integer=True)
>>> f, g, h = symbols('f g h', cls=Function)
then I do expr = (x+y)**3
expr
I expected a nice formatted outputting of (x+y)^3. Instead I got the error
message:
<module 'sympy.core.expr' from
'C:\\Users\\Chandra\\Anaconda3_newer\\lib\\site-packages\\sympy\\core\\expr.py'>
how do I fix it? I installed sympy
Thanks
Chandra
--
You received this message because you are subscribed to the Google Groups
"spyder" 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 https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.