|
|
|
|
@ -144,7 +144,7 @@ define(function (require) {
|
|
|
|
|
this.minimum_autosave_interval = 120000;
|
|
|
|
|
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.nbformat_minor = this.current_nbformat_minor = 1; // Increment this when changing the nbformat
|
|
|
|
|
this.codemirror_mode = 'text';
|
|
|
|
|
this.create_elements();
|
|
|
|
|
this.bind_events();
|
|
|
|
|
|