We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d14db6a + 168548e commit c810559Copy full SHA for c810559
ipykernel/inprocess/ipkernel.py
@@ -131,7 +131,7 @@ def _redirected_io(self):
131
def _io_dispatch(self, change):
132
""" Called when a message is sent to the IO socket.
133
"""
134
- ident, msg = self.session.recv(self.iopub_socket, copy=False)
+ ident, msg = self.session.recv(self.iopub_socket.io_thread.socket, copy=False)
135
for frontend in self.frontends:
136
frontend.iopub_channel.call_handlers(msg)
137
0 commit comments