Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
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 
0 1 2
Goo().interactive()
label 
0 1 2