Kernel Selection doesn't work

Latest version 2.0.64 is still broken :slightly_smiling_face: . Thanks for you excellent work!

Guess they are vibe coding these versions now

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After update I can no longer select my kernel in ipython notebook. reinstalling all iphython and python extensions did not help. Everything works find with VScode or pure ipython. I see the kernel name, click on it, but it is not selected

Steps to Reproduce

try to select a kernel in ipython notebook

Expected Behavior

kernel should be selected

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.60 (user setup)
VSCode Version: 1.99.3

Does this stop you from using Cursor

Yes - Cursor is unusable

Still doesn’t work
Version: 2.0.64 (user setup)
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

And here I am thinking I was alone. Using the latest update (version 2.0.64) and the issue isn’t resolved yet. This is disappointing! The workaround (providing a Jupyter server’s URL) worked for me.

Can confirm after update 2.0.64 (user setup) on Windows problem still persists, selecting a kernel in the Select Kernel button on the top right, on an .venv (Recommended) the button reverts back to Select Kernel and cells don’t run.

.venv was created with uv, initially added only ipykernel, after the problems of notebooks not running in cursor, I added jupyterlab to the same environment. Problem persists.

Env is ok since “uv run jupyter lab” creates a working jupyter lab environment.
Running notebooks in this env in cursor doesn’t work.

Restarting cursor doesn’t help. Recreating the env by removing the .venv directory followed by “uv sync”, recreates the env, and works in jupyter lab, but not in cursor.

I use notebooks daily so this is a huge problem for me since running them in jupyter lab prevents me from having access to all the AI features I’m paying for.

EDITED: Also uninstalling and then re-installing cursor (without clearing anything) did not help running the notebooks, BUT adding the Jupyter Lab url with the correct token did work for me.

Please fix this issue ASAP. Thanks for an otherwise excellent product.

——————————————————————————————————–

Version: 2.0.64 (user setup)
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

same issue!

yes, like 2.0.64

This workaround did work for me, thank you so much!

But, definitely better to use the raised jupyter console on browser without selecting kernel, i guess…

Wow! cursor team didn’t fix this in the latest release as well :person_facepalming:. Is it too hard to figure out the right prompt??

Unfortunately I was working in a pretty big datanalysis repo and take much time to figure the cursor was the problem. I installed my older IDE and go on.
Actually version 2.0.64 and still not working. I sincerely motivated to cancel my plan because this.

does this issue still persist ? what is the status as of 6th NOV ?

how to do this ?

Same issue.

Same issue, same error message, running Cursor 2.0.64 on Win11.

Error: /c:/Users/~/AppData/Roaming/Cursor/User/globalStorage/ms-toolsai.jupyter/version-2025.3.0/jupyter/kernels contains invalid WIN32 path characters.

Here´s a workaround. You can run a local Jupyter server:

python -m jupyter notebook --no-browser --port=8888

Copy one of the displayed server urls, which looks like this:

http(s)://127.0.0.1:8888/tree?token=7f031c5c2c2d20…

Then open your notebook with Cursor, and instead of picking a kernel, select “existing Jupyter server” and paste that url.


same issue here, I think it was a me issue when come to the first place until I found this forum, wasted hours talking to AI trying to fixed it

It keep trying to looking at a wrong path, it’s not jupyter extension problem, it’s cursor itself, (I had downgrade my jupyter version, still not working)

same issue. downgrade 2024.11.0

but not solved

no Jupyter, go downgrade “Cursor”.

For now,the only way can solve this problem is just start jupyter from Terminal them copy the url to connect the kernel,because there is a weird ‘/’ before the python path when the jupyter connect kernel,it cause jupyter can find the python environment but cannot connect

Same issue here.

This workaround works: Kernel Selection doesn't work - #102 by AlexGreva