Show More
@@ -68,6 +68,7 b' class Comm(LoggingConfigurable):' | |||||
68 | data = {} if data is None else data |
|
68 | data = {} if data is None else data | |
69 | self.session.send(self.iopub_socket, msg_type, |
|
69 | self.session.send(self.iopub_socket, msg_type, | |
70 | dict(data=data, comm_id=self.comm_id, **keys), |
|
70 | dict(data=data, comm_id=self.comm_id, **keys), | |
|
71 | parent=self.shell.get_parent(), | |||
71 | ident=self.topic, |
|
72 | ident=self.topic, | |
72 | ) |
|
73 | ) | |
73 |
|
74 |
General Comments 0
You need to be logged in to leave comments.
Login now