> Does that provide all of the Sage functionality ?

I am not an experienced user of sage but i can tell the following:

The following import statement is needed: from sage.all import *,
and one has to be careful with some notation: x^2 --> x **2 and
1/2 --> RealNumber(1)/2 (or something similar).

The show() commands automatically starts the  external image viewer programs.

The automatic completion functionality also works.

Kind regards,

Niels

(P.S. Currently Pydev extensions is also opensource and it works quite
well, except refactoring gives sometimes problems.)

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to