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.
as the simplest-possible approach to the issue discussed in mwouts/jupyterlab-jupytext#8, here's a simple drop-in replacement of
index.ts
(as working for both jlabs) inside of this root repoI have made several attempts at testing this locally but I cannot be 100% positive because of the artefacts created by a local
pip install
rather than the official release that goes through pypiso if you don't mind, you could simply build and publish this in pypi as-is i.e. as a pre-release
and this way I would be in a position to test that approach meaningfully
at first sight I have reason to believe is going to work just fine...
I understand it does not fulfil all your objectives, but if this works it means that reconciling the 2 packagings can be undertaken in a totally independant step, and nothing urgent at all...
let me know what you think