| 1 | initial version |
Check out the singlecell. It has a new implementation of interacts which has this:
Go to sagemath.org:5467 and do:
@interact def _(n=(0,100)): print n
Just click on the number to change it.
| 2 | No.2 Revision |
Check out the singlecell. It has a new implementation of interacts which has this:
Go to sagemath.org:5467 and do:
@interact
def _(n=(0,100)):
print Just click on the number to change it.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.