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
1 | initial version |
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