I get a syntax error when trying the command
load "example.sage"
in a workspace in cloud.sagemath.com:
Error in lines 1-1
Traceback (most recent call last):
File "/mnt/home/VCQT9SWb/.sagemathcloud/sage_server.py", line 412, in execute
exec compile(block, '', 'single') in namespace, locals
File "<string>", line 1
load "example.sage"
^
SyntaxError: invalid syntax