Thanks Rob for the suggestion, I opened a thread:

http://groups.google.com/group/sage-edu/browse_thread/thread/d017d3973e9a7a2a

The reason why I choose to post here is because I need help on what
MUST be imported in the global namespace. At the current stage, the
plot function pops up instead of printing in the worksheet page. As it
concerns the code and not the usage of Sage I wrote here and not in
sage-support... perhaps a mistake ?

Vincent

On 2 nov, 07:08, Rob Beezer <goo...@beezer.cotse.net> wrote:
> Vincent,
>
> I like your idea, and wonder if you might not post to sage-edu where I
> know some secondary school teachers regularly read and post.
>
> I noticed in your patch that you have some graph theory being
> included.  Will that include the graph constructors?  In other words,
> will commands like  graphs.CompleteGraph(5)  work and create standard
> graphs?  Or perhaps you would replace them with non-object-oriented
> versions?
>
> Rob
>
> On Nov 1, 4:37 pm, Vincent Delecroix <20100.delecr...@gmail.com>
> wrote:
>
> > Hello,
>
> > I continue a preceeding thread opened on the sage-days group. It is
> > better placed here, it concerns more developers than organizers.
>
> >http://groups.google.com/group/sage-combinat-days/browse_thread/threa...
>
> > For SAGE days in Marseille (France), we aim to develop an elementary
> > interface to the notebook for usage in secondary school with the
> > following features:
> >    * support the non object oriented syntax (provide a roots function
> > for example). This is not a complicated thing because most of the
> > function here will be:
> > {{{
> > def foo(my_object):
> >     return my_object.bar()}}}
>
> >    * reduction of the namespace to minimum
> >    * resolving some specific problems due to symbolic computation (in
> > particular the sqrt bad  behavior as roots of symbolic polynomials
> > expression)
> >    * perhaps a french version (and documentation) of those elementary
> > commands
> >    * and more... (we wait for feedback from teachers when the first
> > version will be ready)
>
> > As claimed by William, I erase the line in sage/all_notebook.py
> > {{{
> > from sage.all import *}}}
>
> > and replace it with the features I want.
> > {{{
> > from sage.all import Integer, RealNumber, ...
>
> > }}}
>
> > The corresponding patch is 
> > here:http://iml.univ-mrs.fr/~delecroi/lycee-vd.patch
>
> > I've got now a problem with the plot function. A call to plot pops a
> > png and does not show it in the worksheet ! What is missing in my
> > import statement ?
>
> > Vincent
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to