##// END OF EJS Templates
Fixing bug that caused plots to not be saved....
Brian E. Granger -
Show More
@@ -227,6 +227,7 b' var IPython = (function (IPython) {'
227 227
228 228
229 229 CodeCell.prototype.append_mime_type = function (json, element) {
230 element = element || this.element.find("div.output");
230 231 if (json.html !== undefined) {
231 232 this.append_html(json.html, element);
232 233 } else if (json.latex !== undefined) {
General Comments 0
You need to be logged in to leave comments. Login now