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