Vscode jupyter notebooks do not find kernels installed by Pixi #2642
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I'm personally not a big user of Jupyter, pinging @jjjermiah and @renan-r-santos as they are the maintainers of Pixi VSCode and pixi-kernel Which might be of help to you! |
Beta Was this translation helpful? Give feedback.
-
|
@pakiessling could you share your |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! Leaving this for everyone who still faces this problem and finds this thread via web search... If your VS Code still can't find kernels, you may be using Code OSS instead of the official binary published by Microsoft. In this case, you will probably see errors in the "Python" output panel and / or the "Jupyter" output panel, telling you you have to enable some "proposed" api via a command line switch. The TL;DR of how to do this is to create the file ~/.config/code-flags.conf with the following contents:
|
Beta Was this translation helpful? Give feedback.


couple considerations:
then try again?