Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Broken IPython notebook integration#2358
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mdboom commentedAug 30, 2013
It is still possible to use the regular static backend after this commit, as long as don't explicitly set it to WebAgg. I can't reproduce this. I suspect that this probably has something to do with a version mismatch of either IPython or Tornado. |
ChrisBeaumont commentedAug 30, 2013
It seems related to the IPython version: the following snippet works for me in both IPython 0.13.2 and 1.0.0 However, the new |
mdboom commentedAug 30, 2013
I upgraded to IPython 1.0, and tried exactly what's in your gist, but still couldn't reproduce. However (and this is puzzling, but at least it gets us somewhere), if I type: i.e., trigger autocomplete at some point while entering the content, I get the same traceback as in the gist. |
mdboom commentedAug 30, 2013
Ok, I think I have a fix. Would you mind testing it? |
ChrisBeaumont commentedAug 30, 2013
The gist now runs for me, and (correctly) uses IPython's inline backend. |
Broken IPython notebook integration
I recently updated my MPL version from 1.3 to master, and noticed IPython notebook integration is broken for me (Mac, Chrome). See the error message athttp://nbviewer.ipython.org/6386054
I bisected this to27482be
Is this a known issue? Is it still possible to use IPython's (static) inline backend after this commit?