Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to load a local image from cloud.sagemath?

Hello, I tried naively to load an image in a worksheet from my cloud.sagemath account. Something like:

from scipy import ndimage as nd
image=nd.imread('~/path/to/image.jpg')

and of course that failed. Is there a way to do that?

thank you

jp