-
Notifications
You must be signed in to change notification settings - Fork 599
remove backend matplotlib.use('nbagg') and add ipympl #33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@@ -87,33 +90,9 @@ | |||
"cell_type": "markdown", | |||
"metadata": {}, | |||
"source": [ | |||
"If you are working interactively at an (I)python prompt, the GUI framework is not critical (mostly aesthetic) however when working in Jupyter we need to pick a backend that integrates with Jupyter (javascript) framework.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still useful content for people who will are reading this that will mostly work at a prompt. Can it just be re-worrked rather than fully deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added that part back. Hope that's fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this alright, or needs rephrasing?
I don't see where these changes are using the widget backend. |
They aren't if I am not wrong. I removed the nbagg backend and installed the ipympl it seems to work fine for these notebooks. The issue for the |
If you are not getting interactive figures (can you pan / zoom?) then things are not working correctly. |
I have fixed the widget issue by running the following bash commands:
I get interactive figures now. |
Merge possible? |
Addresses #32