Skip to content

Commit

Permalink
fix startup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 18, 2023
1 parent 826104a commit bce8593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def launch_instance(cls, argv=None, **kwargs):
"""
# TODO: if there is a global loop running, use that.
# TODO: handle windows and loop_factory.
asyncio.run(cls._inner_launch_instance(cls, argv, **kwargs))
asyncio.run(cls._inner_launch_instance(argv, **kwargs))


main = KernelApp.launch_instance

0 comments on commit bce8593

Please sign in to comment.