-
Notifications
You must be signed in to change notification settings - Fork 293
Kernels fail to start as ports are blocked
Don Jayamanne edited this page Mar 10, 2022
·
1 revision
Python kernels use a total of 5 ports for communication. If any one of these ports are blocked (via some security policy or the like), the kernel communication will not function as expected. As a result, the kernel will not function as expected.
The Jupyter extension uses random ports for communications with the kernel.
These ports are listed in the Jupyter
output panel as follows:
Info 12:17:00: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Please ensure all of these ports are unblocked.
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension