##// END OF EJS Templates
remove append_json reference...
Paul Ivanov -
Show More
@@ -855,7 +855,6 b' var IPython = (function (IPython) {'
855 855 "image/png" : OutputArea.prototype.append_png,
856 856 "image/jpeg" : OutputArea.prototype.append_jpeg,
857 857 "text/latex" : OutputArea.prototype.append_latex,
858 "application/json" : OutputArea.prototype.append_json,
859 858 "application/javascript" : OutputArea.prototype.append_javascript,
860 859 "application/pdf" : OutputArea.prototype.append_pdf
861 860 };
General Comments 0
You need to be logged in to leave comments. Login now