Skip to content

support configurable start port instead of a magic number 9000 #10765

@amunger

Description

@amunger

Discussed in #10761

Originally posted by ladyrick July 11, 2022
KernelLauncher.computeStartPort support different start port instead of a magic number 9000:
https://github.dev/microsoft/vscode-jupyter/blob/be3667521cf217753b343c7483c128b34dd5d213/src/kernels/raw/launcher/kernelLauncher.node.ts#L99

In my case, I need port 9000-10000 to be reserved. These ports may be not used now but may be used in the future. Now jupyter uses 9000 as start port. It's very likely to occupy a port in 9000-10000 and later my other application would failed because of "port is already in use".

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitygood first issueGood for newcomersnotebook-executionKernels issues (start/restart/switch/execution, install ipykernel)papercut 🩸Something affecting the productivity of the team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions