Skip to content

Commit

Permalink
Fix ipykernel install (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Dec 17, 2024
1 parent 188f39c commit b11d42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipykernel/kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ def start(self) -> None:
"""Start the application."""
if self.subapp is not None:
self.subapp.start()
return
if self.poller is not None:
self.poller.start()
backend = "trio" if self.trio_loop else "asyncio"
Expand Down

0 comments on commit b11d42c

Please sign in to comment.