#4430: optimize new worksheet startup
-------------------------+--------------------------------------------------
Reporter: robertwb | Owner: boothby
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.3.2
Component: notebook | Resolution: invalid
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
-------------------------+--------------------------------------------------
Changes (by mpatel):
* status: new => closed
* resolution: => invalid
* upstream: => N/A
Comment:
I'm closing this, since we now start a worksheet when it's first served.
From `twist.py`, around line #1514:
{{{
#!python
class Worksheet(WorksheetResource, resource.Resource):
addSlash = True
def render(self, ctx):
self.worksheet.sage()
s = notebook.html(worksheet_filename = self.name,
username=self.username)
return HTMLResponse(stream=s)
}}}
I've also confirmed this with a print statement in `Worksheet.sage`.
By the way, the patch here appears to be for a different ticket.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4430#comment:2>
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.