> One other thing that would make this massively better. It would be > cool to modify the notebook somehow so that it could store all the > worksheets on the host Windows filesystem instead of inside the VM. > Right now, when people delete the VM and install a new one, all of > their worksheets simply vanish forever, and they likely shout out > curses at Sage (rightfully so).
Thats a good idea, but how can we do that in such a way that it does work when the host system does not have a working network? I can imagine a way to do it, but it is not trivial at all: using the port forwarding to comunicate the windows GUI app with some daemon inside the guest that transfers the files on the fly each time the notebook wants to read or write a file. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org