Skip to content

Commit b11d42c

Browse files
Fix ipykernel install (#1310)
1 parent 188f39c commit b11d42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipykernel/kernelapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ def start(self) -> None:
734734
"""Start the application."""
735735
if self.subapp is not None:
736736
self.subapp.start()
737+
return
737738
if self.poller is not None:
738739
self.poller.start()
739740
backend = "trio" if self.trio_loop else "asyncio"

0 commit comments

Comments
 (0)