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.
1 parent b81632e commit a5cff52Copy full SHA for a5cff52
ipykernel/kernelapp.py
@@ -229,7 +229,7 @@ def init_connection_file(self):
229
def init_sockets(self):
230
# Create a context, a session, and the kernel sockets.
231
self.log.info("Starting the kernel at pid: %i", os.getpid())
232
- context = zmq.Context.instance()
+ context = zmq.Context()
233
# Uncomment this to try closing the context.
234
# atexit.register(context.term)
235
0 commit comments