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
In the Sage notebook, [this ask.sagemath question](http://ask.sagemath.org/question/1066/upload-data-file-to-notebook) should answer you. But maybe Sagemathcloud does it differently...