From fedc278f2ad618cecbf92408664a242060f0b282 2015-05-24 03:23:26 From: Matthias Bussonnier Date: 2015-05-24 03:23:26 Subject: [PATCH] reanable highlighting for IPython backport jupyter/notebook#94 https://github.com/jupyter/notebook/pull/94 --- diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index c7f5cf7..82139de 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -135,7 +135,7 @@ define(function (require) { this.notebook_name_blacklist_re = /[\/\\:]/; this.nbformat = 4; // Increment this when changing the nbformat this.nbformat_minor = this.current_nbformat_minor = 0; // Increment this when changing the nbformat - this.codemirror_mode = 'ipython'; + this.codemirror_mode = 'text'; this.create_elements(); this.bind_events(); this.kernel_selector = null;