0


I am trying to install and use vscode with jupyter extension for coding with python on my archlinux OS. but it does not found any kernel interpreter
I installed both jupyter and python extension in vscode and tried many staff suggested on the internet, as
""enable-proposed-api": ["ms-toolsai.jupyter"]" in the argv.json
and "create environment"
the result is always the same, jupyter file is corrected opened but when i tried to select kernel, vscode keep searching.
can someone sugggest me something?
Thanks in advances, cheers!

2 Answers 2

1

Try running sudo pacman -S python-ipykernel. It fixed the problem for me.

code-oss --version
1.93.1
38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
x64

uname -a
Linux linus 6.10.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:21:02 +0000 x86_64 GNU/Linux

python --version
Python 3.12.6
0

I had the same problem with the VS code 1.88 installed through the official arch repository.

But, when I uninstalled the official version and instead installed the VS code 1.88 using the Arch User Repository (AUR), this problem did not occur. Many of my other extensions also started working correctly.

1
  • As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center. Commented Apr 10, 2024 at 3:58

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.