HTML/Markdown cells no longer saved their rendered output.

This commit is contained in:
Brian E. Granger 2011-08-11 16:48:22 -07:00
parent 0b5b3ed341
commit 1abacb4fce

View File

@ -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;
};