mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Adapt to new messaging protocol (add metadata)
As this change just introduces an additional key in outgoing message, the new version of EIN also works with previous versions of IPython. fixes #46
This commit is contained in:
parent
ac29aa2e8a
commit
ed0bd74630
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ FIXME: document other slots."
|
|||
:username (ein:$kernel-username kernel)
|
||||
:session (ein:$kernel-session-id kernel)
|
||||
:msg_type msg-type)
|
||||
:metadata (make-hash-table)
|
||||
:content content
|
||||
:parent_header (make-hash-table)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue