On Saturday, February 6, 2016 at 10:11:57 PM UTC, [email protected] wrote: > > I want to import a file function called "function.py" to my Worksheet. How > to do? >
you need to get the file visible in your virtual machine. Typically one would share some directory/folder between the host and the guest operating systems. See https://www.virtualbox.org/manual/ch04.html#sharedfolders Then you can prepare files on your host system. Alternatively you can log in to the guest system via ssh and edit files directly there (or copy them to there using scp). (assuming your host system is Windows, you'd need an ssh utility installed, such as putty) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
