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 41dc025 commit ed7f9d0Copy full SHA for ed7f9d0
jupyter_client/restarter.py
@@ -35,7 +35,7 @@ class KernelRestarter(LoggingConfigurable):
35
help="""The number of consecutive autorestarts before the kernel is presumed dead."""
36
)
37
38
- random_ports_until_alive = Bool(False, config=True,
+ random_ports_until_alive = Bool(True, config=True,
39
help="""Whether to choose new random ports when restarting before the kernel is alive."""
40
41
_restarting = Bool(False)
0 commit comments