-
Notifications
You must be signed in to change notification settings - Fork 297
Failure to start kernel when using Conda Environments
Don Jayamanne edited this page Mar 10, 2022
·
1 revision
Starting Python Kernels that use Conda Environments can be challenging. Sometimes the Jupyter extension is unable to correctly activate the Conda Environment. This could happen when you have multiple flavours of conda installed, such as Anaconda
, miniconda
, etc.
To get around this issue, please update your settings to let the Python extension
know where to locate the conda executable.
- Open your settings panel using the command
Preferences: Open User Settings
- Enter the string
conda
in the settings search input - Locate the fully qualified path of the conda executable on your machine
- Enter the fully qualified path to the conda executable in the setting (see screen sample below)
- 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