Hi, On 2 October 2014 14:56, Christophe Bal <[email protected]> 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]: <IPython.terminal.interactiveshell.TerminalInteractiveShell at 0x7f20752c6450> In [3]: from sympy import * In [4]: 1/3 Out[4]: 1/3 In [5]: type(_) Out[5]: sympy.core.numbers.Rational Mateusz > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAAb4jGm91WLPuk0PPFtQ0nv%3DGzZJU58x9LgYm4Gh-mZ-MC-RQQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAGBZUCbuyL6EJ-vfw39ZgWJ9ajT1CHVT%3DmA1gPPkaG6syMhmkA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
