Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2006-10-09 21:45:21
Size: 1008
Editor: anonymous
Comment:
Revision 9 as of 2006-10-09 22:34:20
Size: 1653
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe dmr/notebookwiki here. Copy cells from wiki-form window in sage worksheet and paste directly into wiki edit.
Line 5: Line 5:
{{{
code
code
///
}}}
Line 35: Line 31:
{{{s='strf' ################################################################################
# Wiki form worksheet: _scratch_
################################################################################



{{{sage: a = 5
Line 38: Line 40:
{{{s += '}}}'
}}}
{{{sage: a
5
}}}
Line 41: Line 43:
{{{s = '{{{'+s
}}}
{{{sage: sage.server.notebook.worksheet.Cell.worksheet.im_class.files_html()
Traceback (most recent call last):
...
TypeError: unbound method files_html() must be called with Cell instance as first argument (got nothing instead)}}}
Line 44: Line 48:
{{{s
# '{{{strf}}}'}}}
{{{sage: _scratch___plain__
Traceback (most recent call last):
...
NameError: name '_scratch___plain__' is not defined}}}

{{{sage: for i in range(10):
... print i*i - 2
-2
-1
2
7
14
23
34
47
62
79}}}

Copy cells from wiki-form window in sage worksheet and paste directly into wiki edit.

# Worksheet: _scratch_

{{{a = 5 }}}

dmr/notebookwiki (last edited 2008-11-14 13:42:08 by anonymous)