Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The previous trick does not work anymore. As a workaround, you can just load your stuff with absolute path:

load("/home/me/Sage/my_program.sage")
click to hide/show revision 2
No.2 Revision

The previous trick does not work anymore. As a workaround, you can just load your stuff with absolute path:

load("/home/me/Sage/my_program.sage")

Another possibility is to use jupyter notebook (sage -n jupyter).