##// END OF EJS Templates
HTML/Markdown cells no longer saved their rendered output.
Brian E. Granger -
Show More
@@ -143,7 +143,6 b' var IPython = (function (IPython) {'
143 143 var data = {}
144 144 data.cell_type = this.cell_type;
145 145 data.source = this.get_source();
146 data.rendered = this.get_rendered();
147 146 return data;
148 147 };
149 148
General Comments 0
You need to be logged in to leave comments. Login now