> Now I think that Armand wants an equivalent to %S.  Presumably the
> commands typed in will all be in a history file somewhere.
>

Yep, the commands do get stored in a history file -- it's
~/.sage/ipython/history-sage from your home directory. Also, from the
command line, you can do %history to see the history of the live
session (with numbers as headings). The code that does this is in
_ip.IP.magic_history -- we could definitely write something that
extracts this data out into the same format Magma users might find
familiar, if that's desirable ... unless such a thing already exists?

-cc

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to