microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 289 forks source link

Cannot select Kernel after selecting an SKU #13985

Open DonJayamanne opened 1 year ago

DonJayamanne commented 1 year ago

Testing #13974 This is the error I get when I select an SKU (after its created)

Does not work in stable or pre-release version of Jupyter extension. (even tried Jupyter version 2023.3.*)

Screenshot 2023-07-26 at 06 57 40

Screenshot 2023-07-26 at 06 52 58

rebornix commented 1 year ago

@DonJayamanne are you testing on github.dev or vscode.dev? Also can you give local desktop a try?

DonJayamanne commented 1 year ago

Using github.dev

DonJayamanne commented 1 year ago

Trying desktop now

DonJayamanne commented 1 year ago

Here's the error message when running in desktop

notificationsAlerts.ts:42 Failed to connect to the remote Jupyter Server 'donjayamanne-jupyter-server-...'. Verify the server is running and reachable. (request to https://donjayamanne-jupyter-server-....-8888.preview.app.github.dev/api/kernels?... failed, reason: Hostname/IP does not match certificate's altnames: .....  View Jupyter log for further details.

I then connected to our corpnet VPN and things started working from there. Is this expected?