-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
dump_session in %pylab mode #78
Comments
It turns out that the above problem comes from the |
This seems very much related to issue #4, which was closed as the The I can reproduce your errors for both, and neither are specific to I'm going to leave this ticket open as compatibility with Would you mind reading #4? The next move may be to either submit a |
The namespace magic going on here is most likely the issue...
as it seems you can't directly import this class. |
Thanks for the answer, I hadn't see the previous issue (my search was apparently too superficial). I would vote one up for a |
Looks like this works with #101.
|
In IPython:
The second dump fails with
PicklingError: Can't pickle <class 'matplotlib.axes._subplots.AxesSubplot'>: it's not found as matplotlib.axes._subplots.AxesSubplot
IPython 2.3.1 and Python 2.7.9 from Anaconda 2.1.0 (64bit) on OSX 10.9. I can post the entire trace if desired.
The text was updated successfully, but these errors were encountered: