Ask Your Question

Revision history [back]

You can try:

sage: from sage.all import *

Of course the variables you defined yourself will not be recreated.

Also, note that instead of using %reset, you can just do:

sage: reset()

which only reset user-defined variables.