Maël Saillot

Results 1 issues of Maël Saillot

There is multiple errors with the `controls` argument of `@interact`. To use it, the decorated function must have a `**kargs` argument so it can pass the controls. ```python @interact(controls=[("b",Button("a"))]) def...