vscode-jupyter: installed python kernel is not seen/recognized by jupyter extension

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

jupyter-python notebook is not recognized by the ‘kernel picker’ tool (Notebook: Select notebook kernel), even when the exact path to the kernel.json is provided (created by jupyter installation ipykernel). Julia kernel is working fine. Python packages “python-***” (for example - python-ipykernel, which is v. 6.29.3-1) are managed using system package manager (OS Linux Manjaro). Jupyterlab started in a web-browser finds and operates with all installed kernels (julia, python, …)

VS Code Version

Version: 1.87.0

Jupyter Extension Version

v2023.9.100

Jupyter logs

errobox shows up...sthg like 'this command is not found'

Coding Language and Runtime Version

Python 3.11.8

Language Extension Version (if applicable)

ms-python v2024.4.1

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

About this issue

  • Original URL
  • State: open
  • Created 2 months ago
  • Reactions: 2
  • Comments: 19 (8 by maintainers)

Most upvoted comments

@DonJayamanne To clarify, this is a kernelspec I installed through the normal Jupyter/IPython means (and edited to add envs), NOT through VS Code.