Show More
@@ -135,7 +135,7 b' define(function (require) {' | |||||
135 | this.notebook_name_blacklist_re = /[\/\\:]/; |
|
135 | this.notebook_name_blacklist_re = /[\/\\:]/; | |
136 | this.nbformat = 4; // Increment this when changing the nbformat |
|
136 | this.nbformat = 4; // Increment this when changing the nbformat | |
137 | this.nbformat_minor = this.current_nbformat_minor = 0; // Increment this when changing the nbformat |
|
137 | this.nbformat_minor = this.current_nbformat_minor = 0; // Increment this when changing the nbformat | |
138 |
this.codemirror_mode = ' |
|
138 | this.codemirror_mode = 'text'; | |
139 | this.create_elements(); |
|
139 | this.create_elements(); | |
140 | this.bind_events(); |
|
140 | this.bind_events(); | |
141 | this.kernel_selector = null; |
|
141 | this.kernel_selector = null; |
General Comments 0
You need to be logged in to leave comments.
Login now