Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2008-04-03 22:16:31
Size: 4555
Editor: was
Comment:
Revision 10 as of 2011-05-24 17:35:00
Size: 4754
Editor: KelvinLi
Comment: replaced sagetrac.org with trac.sagemath.org
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[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
[[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
Line 21: Line 21:
 * 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.
 * 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.
Line 25: Line 25:
 * General improvements and bug fixes; here are some relevant [http://trac.sagemath.org/sage_trac trac tickets] (search for #number):
  * [http://sagetrac.org/sage_trac/ticket/2652 #2652]: notebook should let you evaluate cells without losing cursor position
  * [http://sagetrac.org/sage_trac/ticket/2636 #2636]: notebook -- changing a cell without evaluate should put the red line back ...
  * [http://sagetrac.org/sage_trac/ticket/2633 #2633]: Notebook tweaks
  * [http://sagetrac.org/sage_trac/ticket/2631 #2631]: Distinguishing between (un)evaluated cells
  * [http://sagetrac.org/sage_trac/ticket/2629 #2629]: Bottom of page problems
  * [http://sagetrac.org/sage_trac/ticket/2628 #2628]: Literate notebook
  * [http://sagetrac.org/sage_trac/ticket/2606 #2606]: command line option to kill a background notebook
  * [http://sagetrac.org/sage_trac/ticket/2605 #2605]: Notebook tab-backspace-(shift enter) gives bug
  * [http://sagetrac.org/sage_trac/ticket/386 #386] Enhance "attach <file>" in the notebook
  * [http://sagetrac.org/sage_trac/ticket/406 #406] notebook -- improve support for other system modes
  * [http://sagetrac.org/sage_trac/ticket/408 #408] Notebook glitch in Safari
  * [http://sagetrac.org/sage_trac/ticket/413 #413] saving non-evaluated cells
  * [http://sagetrac.org/sage_trac/ticket/1466 #1466] improve the "click to the left" aspect of the notebook
  * [http://sagetrac.org/sage_trac/ticket/1467 #1467] make it possible to upload/download worksheets as plain text
  * [http://sagetrac.org/sage_trac/ticket/1468 #1468] notebook -- create a global option so that word wrap is on or off by default always
  * [http://sagetrac.org/sage_trac/ticket/1496 #1496] notebook -- make it easy to link different worksheets
  * [http://sagetrac.org/sage_trac/ticket/245 #245] a bunch of random notebook improvement ideas
  * [http://sagetrac.org/sage_trac/ticket/246 #246] height of a notebook cell
  * [http://sagetrac.org/sage_trac/ticket/251 #251] Notebook worksheet multithreading
  * [http://sagetrac.org/sage_trac/ticket/260 #260] transparent graphics output
  * [http://sagetrac.org/sage_trac/ticket/301 #301] Create some functions for notebook history
  * [http://sagetrac.org/sage_trac/ticket/302 #302] Report server errors to online notebook users
  * [http://sagetrac.org/sage_trac/ticket/322 #322] Have global code page for Notebook
  * [http://sagetrac.org/sage_trac/ticket/336 #336] Create an option to clear all cell output
  * [http://sagetrac.org/sage_trac/ticket/338 #338] In doc browser make hyper links to referenced code in SAGE library
  * [http://sagetrac.org/sage_trac/ticket/353 #353] public sage notebook robustness
  * [http://sagetrac.org/sage_trac/ticket/359 #359] Consider adding dhtml javascript drawing functionality to the SAGE notebook
 * General improvements and bug fixes; here are some relevant [[http://trac.sagemath.org/sage_trac|trac tickets]] (search for #number):
  * [[http://trac.sagemath.org/sage_trac/ticket/2652|#2652]]: notebook should let you evaluate cells without losing cursor position
  * [[http://trac.sagemath.org/sage_trac/ticket/2636|#2636]]: notebook -- changing a cell without evaluate should put the red line back ...
  * [[http://trac.sagemath.org/sage_trac/ticket/2633|#2633]]: Notebook tweaks
  * [[http://trac.sagemath.org/sage_trac/ticket/2631|#2631]]: Distinguishing between (un)evaluated cells
  * [[http://trac.sagemath.org/sage_trac/ticket/2629|#2629]]: Bottom of page problems
  * [[http://trac.sagemath.org/sage_trac/ticket/2628|#2628]]: Literate notebook
  * [[http://trac.sagemath.org/sage_trac/ticket/2606|#2606]]: command line option to kill a background notebook
  * [[http://trac.sagemath.org/sage_trac/ticket/2605|#2605]]: Notebook tab-backspace-(shift enter) gives bug
  * [[http://trac.sagemath.org/sage_trac/ticket/386|#386]] Enhance "attach <file>" in the notebook
  * [[http://trac.sagemath.org/sage_trac/ticket/406|#406]] notebook -- improve support for other system modes
  * [[http://trac.sagemath.org/sage_trac/ticket/408|#408]] Notebook glitch in Safari
  * [[http://trac.sagemath.org/sage_trac/ticket/413|#413]] saving non-evaluated cells
  * [[http://trac.sagemath.org/sage_trac/ticket/1466|#1466]] improve the "click to the left" aspect of the notebook
  * [[http://trac.sagemath.org/sage_trac/ticket/1467|#1467]] make it possible to upload/download worksheets as plain text
  * [[http://trac.sagemath.org/sage_trac/ticket/1468|#1468]] notebook -- create a global option so that word wrap is on or off by default always
  * [[http://trac.sagemath.org/sage_trac/ticket/1496|#1496]] notebook -- make it easy to link different worksheets
  * [[http://trac.sagemath.org/sage_trac/ticket/245|#245]] a bunch of random notebook improvement ideas
  * [[http://trac.sagemath.org/sage_trac/ticket/246|#246]] height of a notebook cell
  * [[http://trac.sagemath.org/sage_trac/ticket/251|#251]] Notebook worksheet multithreading
  * [[http://trac.sagemath.org/sage_trac/ticket/260|#260]] transparent graphics output
  * [[http://trac.sagemath.org/sage_trac/ticket/301|#301]] Create some functions for notebook history
  * [[http://trac.sagemath.org/sage_trac/ticket/302|#302]] Report server errors to online notebook users
  * [[http://trac.sagemath.org/sage_trac/ticket/322|#322]] Have global code page for Notebook
  * [[http://trac.sagemath.org/sage_trac/ticket/336|#336]] Create an option to clear all cell output
  * [[http://trac.sagemath.org/sage_trac/ticket/338|#338]] In doc browser make hyper links to referenced code in SAGE library
  * [[http://trac.sagemath.org/sage_trac/ticket/353|#353]] public sage notebook robustness
  * [[http://trac.sagemath.org/sage_trac/ticket/359|#359]] Consider adding dhtml javascript drawing functionality to the SAGE notebook

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

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

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 online right now; also, come chat with us at #sage-devel on irc.freenode.net.

* See also: http://www.knoboo.com/ for ideas, possibilities for collaboration, etc. That code is all GPL'd so we can easily share back and forth, etc.

* Also a student at Case Western has rewritten the security backend.

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

  • Rewrite the storage backend (for users and data) to use a SQLalchemy-based backend.

  • Implement user profiles and per-user customization.
  • Make the notebook user-skinable.
  • General improvements and bug fixes; here are some relevant trac tickets (search for #number):

    • #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)