On Nov 28, 2007 9:23 AM, Mike Hansen <[EMAIL PROTECTED]> wrote:
>
> > coding sprint sometime soon.   What are people's top 3 requests for things
> > to be implemented.  I think mine are:
> >  (1) a way to empty the trash. :-)
> >  (2) sagenb.org is I *think* slow because there are over 1000
> > registered users, and somehow having a lot of user accounts seems to
> > seriously impact performance.  sagenb.com is still snappy in
> > comparison.  Fix this.
> >   (3) Add support for editing the html between cells without having
> > to switch to edit mode. E.g., clicking to the left on a thin vertical
> > line would change the html between cells into a plain text edit box,
> > you edit, and click the
>
> (1) Collapsible grouping of cells
> (2) Ability to create a worksheet as a "library" and easily attach it
> into other worksheets.

There is something kind of like this right now.

1. Click Data --> Create file
2. Enter the name of a new file (third box) then click "Upload" -- ok
that's dumb -- there should be a create button.
3. Put
def foo(n,m):
    return n*m
in the box and click save.
4. Type this into your worksheet:
load foo.sage
foo(2,3)
and get "6".
5. Select Data --> foo.sage
6. Select "create linked copy of file" and select another worksheet.
7. Click save.

Then you can use foo.sage in either worksheet by loading it, but there
is only one file behind the scenes -- editing foo.sage in either edits that
one file.

For your (2), how precisely would you like to refer to another
worksheet?  Would the whole
thing get evaluated when you "load" it or something?

> (3) Same as your #3.
>
> --Mike
>
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to