-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use a single notebook beetween multiple native editors #10514
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
Use a single notebook beetween multiple native editors #10514
Conversation
Codecov Report
@@ Coverage Diff @@
## ds/custom_editor #10514 +/- ##
====================================================
- Coverage 60.82% 60.78% -0.05%
====================================================
Files 580 580
Lines 31326 31339 +13
Branches 4457 4460 +3
====================================================
- Hits 19054 19049 -5
- Misses 11307 11323 +16
- Partials 965 967 +2
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
* master: Fix merge issue Move redux logging to a different file (#10605) Disable custom editor API (#10604) Ensure local host only if connection not available (#10600) Delegate management of notebooks (creation and disposing) to I… (#10568) Refactor to accommodate upstream VSCode API changes (#10569) Use a single notebook beetween multiple native editors (#10514) Add support for synchronising edits between two nb editors of… (#10189) Fix tests in ds/custom_editor branch (#10512) Fix linter Reimplement custom editor using new API
When opening same ipynb more than once, we need to ensure we share the notebook object.
This PR makes this possible.
Added separate issue #10515