upload data file to notebook
Hello!
I have a data file on my hard drive which I can open like:
open('/path/to/file')
in case of sage's server can access this file. But if the server is on the remote machine and there is no way to share a file between my machine and the server, can I somehow upload this file via web-interface to the sage notebook server and then open it and read it?