refactor: use the comm package instead of ipykernel#16
Closed
maartenbreddels wants to merge 1 commit intomasterfrom
Closed
refactor: use the comm package instead of ipykernel#16maartenbreddels wants to merge 1 commit intomasterfrom
maartenbreddels wants to merge 1 commit intomasterfrom
Conversation
This will avoid using a HasTraits object (faster) and removed more ipykernel dependency.
|
This PR is being deployed to Railway 🚅 web: ◻️ REMOVED |
1a8ef8e to
820cbf0
Compare
4019151 to
62197ed
Compare
3f61c46 to
9a31f91
Compare
6c1a303 to
aec4369
Compare
0992e89 to
0015a63
Compare
29c203d to
9e4f8e1
Compare
2059540 to
c1493b7
Compare
10b3c20 to
cd7a8c1
Compare
58f08a6 to
8cf6584
Compare
6f222ae to
14b5c48
Compare
204d3a8 to
27ad942
Compare
Contributor
Author
|
superseded by #22 |
This file contains hidden or 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
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.
This will avoid using a HasTraits object (faster)
and removed more ipykernel dependency.
cc @martinRenou