For what it's worth, Min (two other core IPython devs) also agrees. See https://github.com/ipython/ipython/pull/1773#issuecomment-5996649. And given the fact that the only IPython developer that knows the SymPy internals pretty well is Brian, I think the extension will see much more love inside of SymPy.
Aaron Meurer On Jun 15, 2012, at 10:56 AM, Brian Granger <[email protected]> wrote: > I am fine if sympyprinting moves to sympy proper. IPython's extension > loading mechanism works fine with anything in sys.path so we could do: > > %load_ext sympy.sympyprinting > > Or something like this. It should also remain in IPython though for > the transition period. > > Cheers, > > Brian > > On Fri, Jun 15, 2012 at 2:20 AM, [email protected] > <[email protected]> wrote: >> On 15 June 2012 11:03, Bharath M R <[email protected]> wrote: >>> >>> I have been trying to get this working. >>> >>> Should we also bring the sympyprinting extension in IPython to sympy or >>> leave it there? >>> For additional configuration, we can have an ipython_config in interactive >>> and call it when >>> we run ipython with sympy. >> I would prefer that everything is kept inside sympy and not inside >> ipython. However you may want to ask Brian Granger what makes most >> sense (he is among the lead developers of ipython, I have cc-ed him). >> The only thing that I know is that Aaron already expressed the desire >> to have all in sympy in order to be able to make changes without >> pushing upstream to ipython. > > > > -- > Brian E. Granger > Cal Poly State University, San Luis Obispo > [email protected] and [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
