First time here? Check out the FAQ!
answered 8 years ago
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:
%reset
sage: reset()
which only reset user-defined variables.