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