Hello, > I would like to know whether I could write a user defined module, > store it on e.g. our (!) SAGE server sage.informatik.hs-bremen.de > and access functions of such a module by importing the module into > another module on the the SAGE server.
You just have to write in a cell attach "/home/me/my_file.py" where the argument is the total path to your file inside quotes. It is not yet possible to attach file that are not on the server. Instead of attach you may use load depending on your usage. Vincent -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
