Re: [sympy] isympy -i in IPython

2014-10-04 Thread Aaron Meurer
Some relevant issues: https://github.com/sympy/sympy/issues/2839 and https://github.com/sympy/sympy/issues/2921. That error message indicates something that hasn't been updated to work with the newer versions of IPython. Aaron Meurer On Thu, Oct 2, 2014 at 5:21 PM, Mateusz Paprocki wrote: > Hi,

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Mateusz Paprocki
Hi, On 2 October 2014 22:53, Christophe Bal wrote: > Sorry, indeed I was looking for a solution for IPython notebook. In that > case, the solution dose not work. I have the following error message. init_ipython_session() works only with terminal, but auto_int_to_Integer is generic. Terminal-only

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Christophe Bal
Sorry, indeed I was looking for a solution for IPython notebook. In that case, the solution dose not work. I have the following error message. = --- MultipleInstanceError Traceback (mos

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Christophe Bal
Thanks for this. C. 2014-10-02 15:37 GMT+02:00 Jason Moore : > Mateusz has the correct flag. > > > Jason > moorepants.info > +01 530-601-9791 > > On Thu, Oct 2, 2014 at 9:36 AM, Jason Moore wrote: > >> import sympy >> sympy.init_session(auto_symbols=True) >> >> >> Jason >> moorepants.info >> +0

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Jason Moore
Mateusz has the correct flag. Jason moorepants.info +01 530-601-9791 On Thu, Oct 2, 2014 at 9:36 AM, Jason Moore wrote: > import sympy > sympy.init_session(auto_symbols=True) > > > Jason > moorepants.info > +01 530-601-9791 > > On Thu, Oct 2, 2014 at 8:56 AM, Christophe Bal > wrote: > >> Hell

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Jason Moore
import sympy sympy.init_session(auto_symbols=True) Jason moorepants.info +01 530-601-9791 On Thu, Oct 2, 2014 at 8:56 AM, Christophe Bal wrote: > Hello, > is there a way to have the features given by isympy -i in IPython ? > > Christoohe BAL > > -- > You received this message because you are

Re: [sympy] isympy -i in IPython

2014-10-02 Thread Mateusz Paprocki
Hi, On 2 October 2014 14:56, Christophe Bal wrote: > Hello, > is there a way to have the features given by isympy -i in IPython ? In [1]: from sympy.interactive.session import init_ipython_session In [2]: init_ipython_session(auto_int_to_Integer=True) Out[2]: In [3]: from sympy import * In

[sympy] isympy -i in IPython

2014-10-02 Thread Christophe Bal
Hello, is there a way to have the features given by isympy -i in IPython ? Christoohe BAL -- 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 sympy+unsubscr...@googlegro