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

# Wiki form worksheet: _scratch_

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