Skip to content

Commit

Permalink
Make cache_ports configurable with default value of False.
Browse files Browse the repository at this point in the history
This addresses issue jupyter#878 and jupyter#955.
  • Loading branch information
Your Name committed Jul 6, 2023
1 parent e7ebada commit 8580588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_client/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ def kernel_spec(self) -> t.Optional[kernelspec.KernelSpec]:
return self._kernel_spec

cache_ports: Bool = Bool(
False,
config=True,
help="True if the MultiKernelManager should cache ports for this KernelManager instance"
)

Expand Down

0 comments on commit 8580588

Please sign in to comment.