Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to import a modul from my local disk to a cloud worksheet?

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

How to import a modul from my local disk to a cloud worksheet?

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 *sys.path.append('/Users/Jorg/myPath/myModule')

from myModule import *

However, when executing I get the message message

ImportError: No module named selfAffineTile

What would be the right way to do this?

Thanks for any help, help,

Jorg

How to import a modul from my local disk to a cloud worksheet?

I would like to use modules that are stroed stored 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

click to hide/show revision 4
No.4 Revision

How to import a modul from my local disk to a cloud worksheet?

I would like to use modules that are stored on my local hard drive in worksheets running in cloud.sagemath. I tried to type

sys.path.append('/Users/Jorg/myPath/myModule')

sys.path.append('/Users/Jorg/myPath/myModule')
  

from myModule import *

*

However, when executing I get the message

ImportError: No module named selfAffineTile

selfAffineTile

What would be the right way to do this?

Thanks for any help,

Jorg

click to hide/show revision 5
retagged

How to import a modul from my local disk to a cloud worksheet?

I would like to use modules that are stored 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