re-enable highlighting for ipython kernel

Default mode is now `text` and not ipython.
so the `ipython` mode was not dispatched.
pull/94/head
Matthias Bussonnier 11 years ago
parent b536da10d8
commit ce90bdb2d5

@ -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;

Loading…
Cancel
Save