Salut, here is the code in the notebook:
class Goo(): def interact(self): @interact def _(n=selector([0,1,2],nrows=1,default=0, label="label")): return interactive=interact if you run Goo().interact() in a new cell, and Goo().interactive() in another, you see the difference: the fonts differ (which is not too annoying), but in the second, the selector doesn't come in a nice way anymore. Should I open a ticket on that? Best, Christian -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org