|
Size: 68
Comment:
|
Size: 675
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Describe dmr/notebookwiki here. {{{ code code |
Copy cells from wiki-form window in sage worksheet and paste directly into wiki edit. |
| Line 9: | Line 4: |
| /// | {{{#!python sage: a = 5 |
| Line 11: | Line 12: |
{{{#!python sage: a 5}}} {{{#!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)}}} {{{#!python sage: _scratch___plain__ Traceback (most recent call last): ... NameError: name '_scratch___plain__' is not defined}}} {{{#!python sage: for i in range(10): ... print i*i - 2 -2 -1 2 7 14 23 34 47 62 79}}} {{{#!python }}} |
