diff --git a/IPython/frontend/html/notebook/static/js/kernel.js b/IPython/frontend/html/notebook/static/js/kernel.js index e446d5c..77292ba 100644 --- a/IPython/frontend/html/notebook/static/js/kernel.js +++ b/IPython/frontend/html/notebook/static/js/kernel.js @@ -43,6 +43,7 @@ var IPython = (function (IPython) { session : this.session_id, msg_type : msg_type }, + metadata : {}, content : content, parent_header : {} };