Notebook id removed from the notebook format.

pull/37/head
Brian E. Granger 15 years ago
parent 3d7d0f8b0b
commit 75c54c887e

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

Loading…
Cancel
Save