On Thursday, June 29, 2017 at 8:38:36 PM UTC+2, Jacob Pelletier wrote: > > I am trying to mix sage and sympy code via Jupyter Notebooks. > Is there an easy way to overload the _sympy_() or _sage_() methods for > vars,symbols, and functions? >
Not without Sage recompilation. > Also, when I try the _sympy_() method on sage functions I get the > following error: > "AttributeError: 'NewSymbolicFunction' object has no attribute '_sympy_'" > There is recent work on this: https://trac.sagemath.org/ticket/22802 Regards, -- You received this message because you are subscribed to the Google Groups "sage-support" 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/sage-support. For more options, visit https://groups.google.com/d/optout.
