Ask Your Question

Revision history [back]

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")

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).