Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: macOs
- Remote OS: Ubuntu 20.4
- Remote Architecture: amd64/Kubeflow
code-server --version
: v4.12.0-rc.1
Steps to Reproduce
- Create a docker image with code-server installed
- Push the docker image to ECR
- Run the docker image using Kubeflow
Expected
When creating a Jupyter Notebook file, it should be able to detect Python Kernels and select them.
Steps:
- install ipykernel
- create
temp.ipynb
file - open the file and click on select kernel
This 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?
- 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