I'm doing a long computation in Sage and I'd like to be able to print some status information to the screen, such as the number of database entries that I have tested, or the total time spent on different parts of an algorithm.
If I use the print command, then such information will accumulate and make it impossible to scroll back to the rest of my terminal session, or if I use a notebook, it makes the notebook very untidy and long. Is there an easy way to either remove something that I have 'print'-ed before, or (in a notebook) to create some sort of text box in which I can let my code add and remove text? thanks, Marco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
