##// END OF EJS Templates
Changed the display order of rich output in the live notebook to match that of nbconvert. This makes more sense than the other way around due to the need for notebooks already shared on the web to remain consistant. Conversely local notebooks can simply be edited to match the new order.
damontallen -
Show More
@@ -953,8 +953,8 define([
953 953 'application/javascript',
954 954 'text/html',
955 955 'text/markdown',
956 'text/latex',
957 956 'image/svg+xml',
957 'text/latex',
958 958 'image/png',
959 959 'image/jpeg',
960 960 'application/pdf',
General Comments 0
You need to be logged in to leave comments. Login now