-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix export from interactive #14224
Fix export from interactive #14224
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Looks like export from interactive wasn't actually broken from the nbconvert fix. It had been broken a while ago by the backup storage fix here. @rchiodo I think that this would work if it was a |
Codecov Report
@@ Coverage Diff @@
## main #14224 +/- ##
==========================================
- Coverage 59.96% 59.95% -0.01%
==========================================
Files 706 706
Lines 39183 39185 +2
Branches 5683 5683
==========================================
- Hits 23495 23494 -1
+ Misses 14465 14454 -11
- Partials 1223 1237 +14
Continue to review full report at Codecov.
|
Should fix #14099 |
@@ -256,7 +256,7 @@ export class InteractiveWindow extends InteractiveBase implements IInteractiveWi | |||
break; | |||
|
|||
case InteractiveWindowMessages.ExportNotebookAs: | |||
this.handleMessage(message, payload, this.exportAs.bind); | |||
this.handleMessage(message, payload, this.exportAs); |
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.
Oops, my bad, i fixed this in our internal branch
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.
Two repo tax :(
I have no idea. Doesn't seem correct to me. I would guess some sort of merge problem. Why would I even change that line for backup? There was a lot of merging going on when I submitted this originally. I'd guess that's where I made the mistake |
@rchiodo Sounds good. That was what it looked like, but I wanted to make sure that I wasn't regressing something intentional. |
For #14210
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).