On Tuesday, October 22, 2019 at 8:52:44 AM UTC-7, david.guichard wrote: > > I have a cocalc sage worksheet that reads data from a csv file. Is there > any way to do this in the single cell server, that is, read data from an > external file? I'm guessing not, but it would be handy. >
Accessing a file from a single cell server should be possible via the normal means. Putting the file in a location where the single cell server has access to it is probably a problem. If you put the data at a publicly accessible http(s) location, you should be able to refer to the resource by its URL and fetch your data that way. Obviously, you should run pretty quickly into resource limitations put on sagecell processes. If you don't then you'll probably find that that particular sagecell server will be very unreliable, because it will be put out of commission by people running very resource-hungry processes on it. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/62418fab-5bae-4819-a688-a0ec389b6d81%40googlegroups.com.