-
Notifications
You must be signed in to change notification settings - Fork 393
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
Derive jupytext cm from app cm #275
Conversation
Codecov Report
@@ Coverage Diff @@
## master #275 +/- ##
==========================================
+ Coverage 99.19% 99.19% +<.01%
==========================================
Files 68 68
Lines 6612 6617 +5
==========================================
+ Hits 6559 6564 +5
Misses 53 53
Continue to review full report at Codecov.
|
This pull request introduces 1 alert when merging 04894ff into 872c658 - view on LGTM.com new alerts:
|
Thanks for the heads up, I will have a look. |
Unless it already has Jupytext's attributes #270
04894ff
to
611c7e2
Compare
There is a release candidate for this:
@153957, @fool65c, could you please test that this is compatible with your own content manager? Also, I would be curious to know whether this would work:
where |
This pull request introduces 1 alert when merging 611c7e2 into 12c7dea - view on LGTM.com new alerts:
|
@mwouts I was able to test and it worked as expected thanks for pushing it through |
It correctly detects my custom class being a subclass. and seems to work fine. I also tried
And made my base_cm_class a subclass of |
Thanks @fool65c and @153957 , it's great that you could test this. Thank you so much!
Interesting. The message
|
This pull request introduces 1 alert when merging a89d2b0 into 9bda1f8 - view on LGTM.com new alerts:
|
With the latest commit I now see the server extension setting Jupytext's contents manager on Jupyter Server:
So I think we're good to go! |
Jupytext's CM is derived directly from the NotebookApp (or ServerApp)'s contents manager.
This should allow Jupytext to be used with Voila - see #270
(@SylvainCorlay, what else do we need to do for this?)