fixed PY-14538 BUG: Invalid IPython Notebook generated by PyCharm 4.0

This commit is contained in:
Ekaterina Tuzova
2014-11-25 17:22:47 +03:00
parent 32211a7f8f
commit 24219f3a78
@@ -289,6 +289,7 @@ public class IpnbParser {
else {
raw.html = ((IpnbHtmlOutputCell)outputCell).getHtmls();
}
raw.output_type = nbformat == 4 ? "execute_result" : "pyout";
raw.text = outputCell.getText();
}
else if (outputCell instanceof IpnbErrorOutputCell) {