Use the IPython notebook or IPython qtconsole. Type: from sympy import init_session init_session()
That will give you a SymPy session. You can also get SymPy in the console by typing isympy, but the IPython one is generally nicer because of the LaTeX pretty printing. Aaron Meurer On Mon, Nov 25, 2013 at 9:32 PM, Emilio Alberto Soltero <[email protected]> wrote: > I saw programs by typing conda list now I am working how to access them > thanks > > > On Monday, November 25, 2013 4:50:17 PM UTC-8, Emilio Alberto Soltero wrote: >> >> For the love of God How do you install Sympy. I have installed in PC >> Python 3.3.3 and download Sympy latest version 0.7.3 I looked for youtube >> videos, try to follow instructions but no luck can anybody help thanks > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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 http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
