Cursor completely unresponsive several times a day, especially in Jupyter notebook

Jupyter notebook often makes the entire IDE freeze up when you open a lot of stuff, e.g. try downloading maybe 10 1000x1000 pixel PNGs and opening them all, and then coming back to the notebook after a little bit. Sometimes it freezes entirely

possibly related but also cmd + a in a jupyter notebook cell, or pasting into a cmd+k cell just does absolutely nothing and the only fix is completely reloading the page or force-quitting cursor. I wouldn’t be surprised if there’s some expensive operation going on under the hood and making everything hang on it.

Version: 0.42.4
VSCode Version: 1.93.1
Commit: b1e87884330fc271d5eb589e368c35f14e76dec0
Date: 2024-10-29T17:17:29.347Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0

Hey, can you check the logs when this happens? Here’s some additional info:

I also have issue with jupyter notebooks. It seems like the IDE has a lot of struggles with it. the most common is that autocompletions don’t display correctly .

However, today I started experiencing some very disturbing and destructive ones. First, the autocompletion is just not working anymore. Worst, when it ‘does’ its suggesting random modifications and sometimes not even highlighting them. This has the insane consequence that whenever i press TAB (e.g., to indent) I get random destructive changes in other parts of my codes.

Second, I am having random kernel crashes. This didn’t happen before and i have no suspicious other than cursor behaving in a weird way. my work pipeline is data analysis, I am using the same environment and packages that i used before moving to cursor from vscode, and i never had any troubles with kernel unstability until today. Ive been using cursor for almost a month now and it wasn’t an issue before either. Did the update broke something?

What logs should I look for? the link’s Cursor > Help > Toggle Developer Tools also doesn’t exist in my version of cursor btw, when i pull it up it just draws a blank (macos)

Screenshot 2024-11-27 at 12.14.49 PM