#11080: move notebook to flask/wsgi-based notebook
--------------------------------------------------+-------------------------
Reporter: jason | Owner: jason,
mpatel, was
Type: enhancement | Status: needs_work
Priority: blocker | Milestone: sage-5.0
Component: notebook | Keywords: sd31
sd35.5
Work_issues: | Upstream: N/A
Reviewer: Rado Kirov, Dan Drake, Jason Grout | Author: Mike
Hansen, Rado Kirov, William Stein, Jason Grout
Merged: | Dependencies: #11078,
#11874, #12229, #11503, #12327
--------------------------------------------------+-------------------------
Comment(by jhpalmieri):
Jason has already posted this to sage-devel, but a one character fix for
the two problems in cell.py:
{{{
#!diff
diff --git a/sagenb/notebook/cell.py b/sagenb/notebook/cell.py
--- a/sagenb/notebook/cell.py
+++ b/sagenb/notebook/cell.py
@@ -1161,7 +1161,7 @@ class Cell(Cell_generic):
return u'{{{id=%s|\n%s\n}}}' % (self.id(), s)
def next_compute_id(self):
- """
+ r"""
Returns the ID of the next compute cell in this compute cell's
worksheet object. If this cell is *not* in the worksheet, it
returns the ID of the worksheet's *first* compute cell. If
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:86>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.