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 |
|
|
||
| case InteractiveWindowMessages.ExportNotebookAs: | ||
| this.handleMessage(message, payload, this.exportAs.bind); | ||
| this.handleMessage(message, payload, this.exportAs); |
There was a problem hiding this comment.
Oops, my bad, i fixed this in our internal branch
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.jsonhas been regenerated by runningnpm install(if dependencies have changed).