Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well finally, it was not worth to Make a mountain out of a molehill ! I simply change the interact code in:

@interact
def _(xb=slider([1..10],default=3),yb=slider([1..10],default=4),zb=slider([1..10],default=7)):
    #show(xb,yb,zb)
    bL=[xb,yb,zb]

and it is ok ( sorry )