Differences between revisions 7 and 8
Revision 7 as of 2006-10-09 22:07:01
Size: 1384
Editor: anonymous
Comment:
Revision 8 as of 2006-10-09 22:32:57
Size: 1624
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
################################################################################
# Wiki form worksheet: _scratch_
################################################################################
Line 36: Line 39:
{{{sage: a = 5 }}} {{{sage: a 5}}} {{{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)}}} {{{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}}} {{{ }}}

{{{sage: a = 5
}}}

{{{sage: a
5}}}

{{{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)}}}

{{{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}}}

{{{
}}}

Describe dmr/notebookwiki here.

code
code
///

# Worksheet: _scratch_

{{{a = 5 }}}

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