From 7bff4b355236cc27f20dd62e824c2b25f0d479cf 2013-11-21 00:27:02 From: MinRK Date: 2013-11-21 00:27:02 Subject: [PATCH] fix Python mime-type --- diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js index 3c65444..739926a 100644 --- a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js +++ b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js @@ -22,7 +22,7 @@ ["restructuredText", "text/restructuredtext"], ["HTML", "text/html"], ["markdown", "text/markdown"], - ["Python", "text/python"], + ["Python", "application/x-python"], ["Custom", "dialog"], ],