VSCode cannot use Jupyter kernels that use {resource_dir} in their kernel.json #16344
Open
1 of 2 tasks
Labels
bug
Issue identified by VS Code Team member as probable bug
Applies To
What happened?
VSCode cannot use Jupyter kernels that use {resource_dir} in their kernel.json.
For instance, standard deployment of JJava kernel (https://github.com/dflib/jjava)
The kernel file is as this:
At first use, the kernel dies:
The
{resource_dir}
is not properly translated.Workaround
Transform
{resource_dir}
by and after installation. E.g:VS Code Version
Version: 1.96.2 (user setup) Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f Date: 2024-12-19T10:22:47.216Z Electron: 32.2.6 ElectronBuildId: 10629634 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.22631
Jupyter Extension Version
2024.11.0
Jupyter logs
Coding Language and Runtime Version
Java 17
Language Extension Version (if applicable)
JJava 1.0-a
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: