Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168730
Image: ubuntu2004
class Goo(): def interact(self): @interact def _(n=selector([0,1,2],nrows=1,default=0, label="label")): return interactive=interact
Goo().interact()
label 
[removed]
[removed]
[removed]
[removed]
Goo().interactive()
label 
[removed]
[removed]
[removed]
[removed]