#7254: [with patch; needs review] sagenb notebook: automatic worksheet
refreshing
and synchronization
---------------------------+------------------------------------------------
Reporter: was | Owner: boothby
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.2
Component: notebook | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
---------------------------+------------------------------------------------
Comment(by boothby):
Actually, quick note:
Something seems off with the documentation in this one: there's no
'publish' argument and only do 'do_print' argument is mentioned.
{{{
2354 return cells_html
2355
2356 def html(self, include_title=True, do_print=False,
2357 confirm_before_leave=False, read_only=False):
2358 r"""
2359 INPUT:
2360
2361 - publish - a boolean stating whether the
worksheet is published
2362
2363 - do_print - a boolean
2364
2365 OUTPUT:
2366
2367 - string -- the HTML for the worksheet
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7254#comment:4>
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
-~----------~----~----~----~------~----~------~--~---