Broken IPython notebook integration#2358
Conversation
|
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. |
|
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 |
|
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. |
|
Ok, I think I have a fix. Would you mind testing it? |
|
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 at http://nbviewer.ipython.org/6386054
I bisected this to 27482be
Is this a known issue? Is it still possible to use IPython's (static) inline backend after this commit?