Closed nastra closed 3 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@MSeal sure thing. I added a small example with a test that shows the problem
@MSeal can you take another look at the proposed changes when you get a chance?
Thanks @nastra -- I'll look at shipping a patch release with the change so it's readily available.
Merging #104 (523bc14) into main (5a7aa1e) will increase coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 91.13% 91.18% +0.04%
==========================================
Files 8 8
Lines 361 363 +2
==========================================
+ Hits 329 331 +2
Misses 32 32
We have a use case where the cell output is some Pandas output and when calling
notebook.cell_output_text(..)
we only get empty output, even thoughoutput["data"]["text/plain"]
contains actually the expected text.