-
Notifications
You must be signed in to change notification settings - Fork 43
Minor documentation issues #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for your suggestion. I will make a corresponding note in the documentation.
I have worked on windows 10 boxes with netgraph, so this would surprise me. Please make sure that you are using an interactive matplotlib backend. Note that jupyter notebooks and google colab notebooks do not support event handling and are hence not interactive. If you are using an IDE like pycharm, make sure to run any interactive code in a shell (Alt+Shift+E in pycharm) as IDEs otherwise also typically don't support event handling. You can find instructions on how to determine your current backend and how to switch backends here. |
Linking to JOSS review and dropping into to note that I'm not able to find mention of the requirement of a particular matplotlib backend in the docs, so that would be a useful thing to explicitly include... |
Commit 643a5e9 (and following) expands the documentation to provide instructions for installing all optional dependencies required to run the examples in the documentation. Commit 34e200d expands the documentation to provide guidance for troubleshooting issues with matplotlib's event handling. This includes a link to matplotlib's documentation, where all currently available interactive backends are listed. This should hence address also your additional issue, @rkurchin. I hope this addresses both of your comments. If not, feel free to re-open. |
The text was updated successfully, but these errors were encountered: