There is a typo in my previous post.
It should be /home/sage/.sage/filename.spyx
I forgot the / before home.
On Apr 26, 4:49 pm, pong <[EMAIL PROTECTED]> wrote:
> After digging around a little bit more I found something that works.
>
> To load a python program into a worksheet, one can use
>
>
After digging around a little bit more I found something that works.
To load a python program into a worksheet, one can use
load "filename.py"
assuming your code is stored in the file with name filename.py.
Certainly you may need to specify the path where you save filename.py
To compile and th