| 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).
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.