Martina M Jardim
Martina M Jardim
Hello. I have been facing this same problem. I noticed the kernel responds to the first few interactions but then stops responding. Did you find a solution or a possible...
Hello @jtpio Here is the code: ```py escalar01 = widgets.FloatText(value = 1, description = 'Black of first plot:', disabled = False, style= {'description_width': 'initial'}) escalar02 = widgets.FloatText(value = 1, description...
Hello @jtpio. I don't think it is exclusive to `interactive_output`. See these two test notebooks where I use `interact`, and the same error is observed: https://martinamj.github.io/Online-Linear-Algebra/lab/index.html?path=TestVenetianMasks.ipynb https://martinamj.github.io/Online-Linear-Algebra/lab/index.html?path=chapter_07novo.ipynb