jeckst

Results 12 comments of jeckst

I seem to have the same or similar issue on VS Code version 1.88.1 Linux x64 6.5.0-27-generic snap with Jupyter extension v2024.4.2024041101 (pre-release) or v2024.3.1 (tried both). Kernels stored in...

@DonJayamanne To provide further info, I tested different versions of the Jupyter extension (through the "Install Another Version…" menu option) and I get the same behavior (no kernels detected) for...

@DonJayamanne not sure what you mean, if you mean the `kernel.json` file (or, I guess, the kernelspec JSON file), then the path is `/home/jeckst/.local/share/jupyter/kernels/my-kernel-name/kernel.json` and the contents are ``` {...

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

@DonJayamanne in this case it would be the repo folder, so `/home/jeckst/code/repo/`. Yes, the python venv you mention is in the "Python: Select Interpreter" list as well as in the...

@DonJayamanne It does **not** work (kernel picker does not offer Jupyter kernels) in the VS Code Insiders / pre-release Jupyter extension. It does work on VS Code Insiders with Jupyter...

@DonJayamanne Done, still the same behavior, here are the logs: ``` Visual Studio Code - Insiders (1.89.0-insider, undefined, desktop) Jupyter Extension Version: 2024.4.2024041702. Python Extension Version: 2024.5.11021008. Pylance Extension Version:...

@DonJayamanne I have several env vars in the actual file already, which I cannot share as they are possibly secret. I will add one more, but don't see how that...

@DonJayamanne So is there anything else I could test to help? Current jupyter output logs follows, but it seems pretty much the same: ``` Visual Studio Code - Insiders (1.89.0-insider,...

I've been having issues with Jupyter notebooks in vscode (see [here](https://github.com/microsoft/vscode-jupyter/issues/16365) and [here](https://github.com/microsoft/vscode-python/issues/25042)) with kernel definitions (which by default live in `/home//.local/share/jupyter/…` not being found, moving around and not being...