ipywidgets widgets values not changing
问题 I am trying to get output from my ipywidgets widgets in Microsoft Azure Notebooks running Jupyter Notebooks in Python 3.6. However, it does not return new values when I get them. This also applies to the event handlers/interact never being called for other widgets. I have tried putting in different initial values, using different types of widgets ( Text , Textarea , Checkbox , Button , ToggleButton ). I have tried getting the w.value , ipywidgets.interact , w.observe , and w.on_click on