-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add back ipythonhandler for backwards compatibility for notebook extensions on nbclassic #868
Add back ipythonhandler for backwards compatibility for notebook extensions on nbclassic #868
Conversation
Codecov Report
@@ Coverage Diff @@
## 1.x #868 +/- ##
==========================================
+ Coverage 70.35% 70.42% +0.06%
==========================================
Files 62 62
Lines 7603 7654 +51
Branches 1255 1270 +15
==========================================
+ Hits 5349 5390 +41
- Misses 1873 1878 +5
- Partials 381 386 +5
Continue to review full report at Codecov.
|
I see a few CI errors. Is this expected on 1.x branch? |
If you merge the current branch it will fix the check-release. If you run |
015b7dd
to
caa64a0
Compare
You merged with master instead of 1.x |
Aargh, and I have even written it :)... Let me undo... |
d2f5f4f
to
8e496bc
Compare
Ah, I hadn't merged #871 yet, can you please merge from 1.x again? |
…nsions being installed on nbclassic
8e496bc
to
05eb048
Compare
I have rebased on latest |
Moving to draft as we are discussing this in the notebook meeting. |
Okay, the last remaining error is due to a beta release of tornado. We'll have to handle this in |
I was wondering if we need to worry about future enhancements made to If that's something to consider, we may want to either swap the two (i.e., rename |
Thx for jumping here @kevin-bates. We have been talking about this PR during today notebook meeting and other ideas have been setup like having the IPythonHandler being added in We are still defining who is shimming what. It sounded to me that
Sounds good to me. We could review/confirm also our current handler hierarchy at that occasion, but this will mainly depend on the outcome of the current discussion. |
Hey @echarles, we're triaging PRs in the Jupyter Server meeting today. Because there hasn't been activity on this PR in a little while, I'm going to close it. Thanks for your work here and feel free to re-open anytime if this is in-progress. |
Add back IPythonHandler for backwards compatibility for notebook extensions on nbclassic
This is related to jupyter/nbclassic#113