You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the release candidate version v4.12.0-rc.1, and clicking on "select kernel" the kernels cannot be found or selected. Even when trying to select a Python kernel with the path, it cannot still find it.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
I cannot reproduce this in VS Code.
I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
I am using HTTPS.
Notes
No response
The text was updated successfully, but these errors were encountered:
@kohlivarun5 Apparently, code-server (v4.12.0-rc.1) is not compatible withe the Jupyter's pre-release version (v2023.4.1001091014).
Can't install pre-release version of 'ms-toolsai.jupyter' extension because
it is not compatible with the current version of code-server (version 1.77.1).
ps. the same error is displayed with the code-server v4.11.0
Is there an existing issue for this?
OS/Web Information
code-server --version
: v4.12.0-rc.1Steps to Reproduce
Expected
When creating a Jupyter Notebook file, it should be able to detect Python Kernels and select them.
Steps:
temp.ipynb
fileThis was tested with the version v4.11.0
Actual
When using the release candidate version v4.12.0-rc.1, and clicking on "select kernel" the kernels cannot be found or selected. Even when trying to select a Python kernel with the path, it cannot still find it.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: