HTML/Markdown cells no longer saved their rendered output.

Brian E. Granger 15 years ago
parent 0b5b3ed341
commit 1abacb4fce

@ -143,7 +143,6 @@ var IPython = (function (IPython) {
var data = {}
data.cell_type = this.cell_type;
data.source = this.get_source();
data.rendered = this.get_rendered();
return data;
};

Loading…
Cancel
Save