I hope there is someone here who can help me with my problem because it is rather specific…
I am working with python and using vscode on my Manjaro Linux laptop. Currently I want to try out a new Extension called “Jupyter”. When I have my “.ipynb”-File to run it, VS-Code wants me to select a Kernel with the Button in the upper right corner.
But when I click on it, it doesnt find anything to load…
Here is a screenshot from the situation…
ipython kernel install --prefix /tmp
[InstallIPythonKernelSpecApp] WARNING | Installing to /tmp/share/jupyter/kernels, which is not in ['/home/<USER>/.local/share/jupyter/kernels', '/usr/share/jupyter/kernels', '/home/<USER>/.ipython/kernels']. The kernelspec may not be found.
Installed kernelspec python3 in /tmp/share/jupyter/kernels/python3
I think the main question is, WHERE does vs-code look, when I press the button “select kernel”. If I know that, then I just put the kernel in and then it should be visible and clickable.
According to the Manage Jupyter Kernels in Visual Studio Code Page it should more look like this:
I’m facing this same issue on Manjaro, running version 1.77.1. I installed the Insiders Build using this command: yay -S visual-studio-code-insiders-bin
Installed the python/jupyter extensions and it seems to be functioning as I would expect.