Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-03-23 19:18:42
Size: 2404
Editor: was
Comment:
Revision 5 as of 2008-03-23 19:33:29
Size: 3132
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
MENTORS: William Stein ([email protected]) and Tom Boothby ([email protected]).
Line 4: Line 6:
Magma, Maple, Mathematica, and Matlab. Try the notebook [https://sagenb.org online right now]. Magma, Maple, Mathematica, and Matlab. Try the notebook [https://sagenb.org online right now]; also, come chat with us at #sage-devel on
irc
.freenode.net.
Line 10: Line 13:
main ''killer features'' of Sage. This project is about improving the notebook. No special mathematical knowledge is required. main ''killer features'' of Sage. This project is about improving the notebook. No special mathematical knowledge is required.  If you're really interested in this project,
write to William Stein ([email protected]) and Tom Boothby ([email protected]).
Line 17: Line 22:
  * #2652: notebook should let you evaluate cells without losing cursor position
  * #2636: notebook -- changing a cell without evaluate should put the red line back ...
  * #2633: Notebook tweaks
  * #2631: Distinguishing between (un)evaluated cells
  * #2629: Bottom of page problems
  * #2628: Literate notebook
  * #2606: command line option to kill a background notebook
  * #2605: Notebook tab-backspace-(shift enter) gives bug

Google Summer of Code 2008 Sage Project Idea: The Sage Notebook

MENTORS: William Stein ([email protected]) and Tom Boothby ([email protected]).

[http://sagemath.org Sage] is a unified open source mathematics software environment that provides a viable free open source alternative to Magma, Maple, Mathematica, and Matlab. Try the notebook [https://sagenb.org online right now]; also, come chat with us at #sage-devel on irc.freenode.net.

Requirements: This project requires Python and Javascript coding skills, and a solid understanding of AJAX programming.

The Sage notebook is an AJAX application similar to Google Documents that provides functionality for all mathematical software somewhat like Mathematica notebooks. It was written from scratch (in Javascript and Python) by the Sage development team, and has been used daily by thousands of people over the last year. It's one of the main killer features of Sage. This project is about improving the notebook. No special mathematical knowledge is required. If you're really interested in this project, write to William Stein ([email protected]) and Tom Boothby ([email protected]).

  • Develop the new [http://wiki.sagemath.org/interact interact functionality]

  • Rewrite the storage backend (for users and data) to use a [http://www.sqlalchemy.org/ SQLalchemy]-based backend.

  • Implement user profiles and per-user customization.
  • Make the notebook user-skinable.
  • General improvements and bug fixes; here are some relevant [http://trac.sagemath.org/sage_trac trac tickets]:

    • #2652: notebook should let you evaluate cells without losing cursor position
    • #2636: notebook -- changing a cell without evaluate should put the red line back ...
    • #2633: Notebook tweaks
    • #2631: Distinguishing between (un)evaluated cells
    • #2629: Bottom of page problems
    • #2628: Literate notebook
    • #2606: command line option to kill a background notebook
    • #2605: Notebook tab-backspace-(shift enter) gives bug
    • #386 Enhance "attach <file>" in the notebook

    • #406 notebook -- improve support for other system modes
    • #408 Notebook glitch in Safari
    • #413 saving non-evaluated cells
    • #1466 improve the "click to the left" aspect of the notebook
    • #1467 make it possible to upload/download worksheets as plain text
    • #1468 notebook -- create a global option so that word wrap is on or off by default always
    • #1496 notebook -- make it easy to link different worksheets
    • #245 a bunch of random notebook improvement ideas
    • #246 height of a notebook cell
    • #251 Notebook worksheet multithreading
    • #260 transparent graphics output
    • #301 Create some functions for notebook history
    • #302 Report server errors to online notebook users
    • #322 Have global code page for Notebook
    • #336 Create an option to clear all cell output
    • #338 In doc browser make hyper links to referenced code in SAGE library
    • #353 public sage notebook robustness
    • #359 Consider adding dhtml javascript drawing functionality to the SAGE notebook

GSoC/2008_notebook (last edited 2012-03-17 19:40:43 by schilly)