|
Size: 455
Comment:
|
Size: 675
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| ################################################################################ # Wiki form worksheet: _scratch_ ################################################################################ {{{sage: a = 5 |
{{{#!python sage: a = 5 |
| Line 18: | Line 13: |
| {{{sage: a | {{{#!python sage: a |
| Line 21: | Line 17: |
| {{{#!python 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 22: | Line 23: |
| {{{sage: for i in range(10): | {{{#!python sage: _scratch___plain__ Traceback (most recent call last): ... NameError: name '_scratch___plain__' is not defined}}} {{{#!python sage: for i in range(10): |
| Line 35: | Line 43: |
| {{{ | {{{#!python |
