Skip to content

Commit 3fea846

Browse files
committed
now running cells work in ipython 1.0
1 parent ef05314 commit 3fea846

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ipy_connection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ def create_message(self, msg_type, content):
414414
session=self.session_id,
415415
msg_id=create_uid()),
416416
content=content,
417-
parent_header={})
417+
parent_header={},
418+
metadata={})
418419
return msg
419420

420421
def send_shell(self, msg):

0 commit comments

Comments
 (0)