Differences between revisions 4 and 5
Revision 4 as of 2006-10-09 21:44:14
Size: 104
Editor: anonymous
Comment:
Revision 5 as of 2006-10-09 21:45:21
Size: 1008
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
attachment:_scratch___plain__.html ################################################################################
# Worksheet: _scratch_
################################################################################



{{{a = 5
}}}

{{{a
# 5}}}

{{{sage.server.notebook.worksheet.Cell.worksheet.im_class.files_html()
# Traceback (most recent call last):
    sage.server.notebook.worksheet.Cell.worksheet.im_class.files_html()
# File "/home/dorian/sage/sage-1.4/local/lib/python2.5/", line 1, in <module>
# TypeError: unbound method files_html() must be called with Cell instance as first argument (got nothing instead)}}}

{{{_scratch___plain__
# Traceback (most recent call last):
    _scratch___plain__
# File "/home/dorian/sage/sage-1.4/local/lib/python2.5/", line 1, in <module>
# NameError: name '_scratch___plain__' is not defined}}}

{{{s='strf'
}}}

{{{s += '}}}'
}}}

{{{s = '{{{'+s
}}}

{{{s
# '{{{strf}}}'}}}

{{{
}}}

Describe dmr/notebookwiki here.

code
code
///

# Worksheet: _scratch_

{{{a = 5 }}}

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