-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
PR: Add %matplotlib magic to the IPdb kernel #45
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 12, 2018 22:28
3f79d22
to
b2d402d
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 13, 2018 16:19
b2d402d
to
be707d4
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 13, 2018 16:29
be707d4
to
60ceee2
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
2 times, most recently
from
September 14, 2018 00:10
3a62079
to
e810384
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 14, 2018 00:14
e810384
to
7cc9345
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 20, 2018 22:30
dff9163
to
6ad88ec
Compare
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 20, 2018 22:37
6ad88ec
to
694da5b
Compare
ccordoba12
changed the title
[WIP] PR: Add %matplotlib magic to the IPdb kernel
PR: Add %matplotlib magic to the IPdb kernel
Sep 22, 2018
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 22, 2018 00:19
540c659
to
9db2467
Compare
This is ready, pending only Calysto/metakernel#174. |
This was causing a crash in qtconsole but we discovered the problem was a bug in MetaKernel.
ccordoba12
force-pushed
the
ipdb-mpl-support
branch
from
September 22, 2018 00:24
9db2467
to
4f5c9b0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #25.
TODO:
Related work: