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.