-
Notifications
You must be signed in to change notification settings - Fork 293
Failure to start Kernel as `traitlets` module used by Jupyter could be outdated
Don Jayamanne edited this page Nov 19, 2021
·
1 revision
Python kernels can fail to start if the Jupyter server failed to start due to an outdated version of traitlets
module.
- Please consider updating
trailets
to the latest version5.1.1
or later. - More information on this can be found here https://github.com/microsoft/vscode-jupyter/issues/8295
- If that still doesn't help, please review the logs (use the command
Jupyter: View Output
to identify the probably cause)
- 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