answered 11 years ago
Hi,
Even with a standard Sage installation, the command load "example.sage" will not work. Use
%runfile example.sage
instead (but I do not know whether it would work on the cloud).