-
Notifications
You must be signed in to change notification settings - Fork 338
Enable IW export on web #10492
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
Enable IW export on web #10492
Conversation
Codecov Report
@@ Coverage Diff @@
## main #10492 +/- ##
======================================
Coverage 70% 71%
======================================
Files 467 467
Lines 28076 28072 -4
Branches 4737 4736 -1
======================================
+ Hits 19903 19935 +32
+ Misses 6298 6251 -47
- Partials 1875 1886 +11
|
@@ -8,7 +8,7 @@ import { Uri } from 'vscode'; | |||
import { CellMatcher } from '../../../interactive-window/editor-integration/cellMatcher'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note for myself (@rebornix). The IW component depends on INotebookExporter
directly, maybe we should consider moving it into src/notebooks
.
4d48ed2
to
1207ff7
Compare
Fixes #10291
also added an export IW -> notebook test that will run in both desktop and web
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).