Hi, a typo.

How can I reload a Python script in a Sage session?

You can load a Python script in a Sage session with the command load.
For example, we could use Sage to import a file called simple.py with:

load("simple.py")

and repeat this command every time that we change the fiel simple.py.
However, if we type:

attach("simple.py")

every change applied to the file simple.py will be automatically
updated in Sage.

Roland

-- 
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

Reply via email to