-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python extension is required when using VS Code notebooks with IJava kernel #4526
Comments
@IanMatthewHuff has some background info about this issue. |
I'm moving this to validate, it should be fixed on our next release. If somebody finds a repro, feel free to put it back. |
Adding David just to distinguish the work from the validation. |
IJava install options, as this might make a difference in where the kernelspec is placed.
|
|
|
@DavidKutu @ronglums Looks like this was the issue. On the IJava page they use install.py --sys-prefix as their example install command, which I used. This places the kernelspec in a env local location, so without the python interpreter to locate the env the kernel spec can't be found (the situation that I was in the first time I tried this). However with the --user option the kernelspec was installed into the user specific kernelspec location and I was able to run the kernel without the python extension installed / activated. |
Validated. |
When using VS Code notebooks with the IJava kernel, the Java kernel doesn't show up in the kernel picker unless the Python extension is installed. The expectation is the Java scenario doesn't have any dependencies on Python (and the Python extension).
The text was updated successfully, but these errors were encountered: