Matplotlib callbacks not working on VSCode Jupyter Extension #3987
Labels
bug
Issue identified by VS Code Team member as probable bug
ipywidgets
Rendering, loading, saving, anything to do with IPyWidgets
The above code plots a single point on (5, 5) and adds an event handler to it, so that when the point is clicked it can print info about the clicked point.
If one run this and click the button it should enter on
onPick
function. In a Jupyter Notebook it works fine, while in VSCode Jupyter Extension doesn't.Environment data
Expected behaviour
It should print the event when the point is clicked.
Actual behaviour
It doesn't print anything besides the backend selection.
Steps to reproduce:
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: