1 | initial version |
You may be able to do this with a init.sage
file. You would place any code you wanted evaluated ahead of time (such as attach foo.sage
or implicit_multiplication(True)
there, and it should work.
The precise location should be in your home directory, in a file named
.sage/init.sage
I think.