I would like to use modules that are stroed on my local hard drive in worksheets running in cloud.sagemath. I tried to type
sys.path.append('/Users/Jorg/myPath/myModule') from myModule import *
However, when executing I get the message
ImportError: No module named selfAffineTile
What would be the right way to do this?
Thanks for any help, Jorg