mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-14538 BUG: Invalid IPython Notebook generated by PyCharm 4.0
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user