Skip to content

Commit 58134b4

Browse files
committed
add metadata to javascript msg spec implementation
1 parent febaea9 commit 58134b4

File tree

1 file changed

+1
-0
lines changed
  • IPython/frontend/html/notebook/static/js

1 file changed

+1
-0
lines changed

IPython/frontend/html/notebook/static/js/kernel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var IPython = (function (IPython) {
4343
session : this.session_id,
4444
msg_type : msg_type
4545
},
46+
metadata : {},
4647
content : content,
4748
parent_header : {}
4849
};

0 commit comments

Comments
 (0)