From ac9a345400d8a8def6c1fcff664cd333a2e05cd0 Mon Sep 17 00:00:00 2001 From: Julien Rebetez Date: Tue, 9 Feb 2016 15:09:33 +0100 Subject: [PATCH] Bump nbformat minor to 4.1 to support attachments --- notebook/static/notebook/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 28cc30c3c..a77de79de 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -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();