Skip to content

Commit af02fad

Browse files
committed
try to fix ipykernel again
1 parent 67d6b58 commit af02fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run(self) -> None:
109109
loop = asyncio.new_event_loop()
110110
asyncio.set_event_loop(loop)
111111
loop.run_until_complete(self._async_run())
112-
loop.close()
112+
# loop.close()
113113

114114
async def _async_run(self) -> None:
115115
"""The thread's main activity. Call start() instead."""

0 commit comments

Comments
 (0)