-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
mpl_connect does not write output to jupyter notebook #6948
Copy link
Copy link
Closed as not planned
Labels
GUI: nbaggstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: duplicatestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Metadata
Metadata
Assignees
Labels
GUI: nbaggstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: duplicatestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi, I have:
I setup my env through conda.
An example from the docs that uses mpl_connect: http://matplotlib.org/users/event_handling.html#event-attributes
The
print('click', event)line does not show any output in my Jupyter notebooks.