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 13137a7 commit 7f1045fCopy full SHA for 7f1045f
ipykernel/kernelapp.py
@@ -568,7 +568,7 @@ def new_event_loop(self):
568
# TODO: we might want to pass the same arguments, except the file
569
# NOTE: we actually start a new kernel, but once this works
570
# we can actually think about reusing the kernel object
571
- self.initialize(argv=['-f', 'conn_fork.json', '--debug'])
+ self.kernel_class.clear_instance()
572
self.start()
573
pass
574
else:
0 commit comments