On Tue, Feb 17, 2009 at 6:00 PM, Alasdair <[email protected]> wrote: > > Yes, that works fine - thank you very much! Is there a way of turning > such behavior on and off from within Sage?
Not automatically. You just need to write a little function that swaps the repr_and_parent hook with IPython.hooks.result_display (which is the default). --Mike --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
