From 75c54c887eaeae019b039d00a0ec18bf87add3d4 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Sun, 14 Aug 2011 22:38:46 -0700 Subject: [PATCH] Notebook id removed from the notebook format. --- IPython/frontend/html/notebook/static/js/notebook.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index ea5693b04..4d84117bc 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -745,7 +745,6 @@ var IPython = (function (IPython) { var data = this.toJSON(); data.name = nbname; data.nbformat = 2; - data.id = notebook_id // We do the call with settings so we can set cache to false. var settings = { processData : false,