Can't run code on Jupyter notebook as it keeps crashing

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The IDE kernel crashes, and I can’t run scripts because the status suddenly changes to “pending.”

The temporary workaround is to reload the window or restart Cursor entirely. I’ve tried several ways to fix this, such as always updating to the latest version and installing/uninstalling Jupyter extensions, but nothing seems to work. This has been happening for about 2–3 months.

Steps to Reproduce

It happens randomly. You open a Jupyter notebook, and suddenly you can’t run the next cell. You have to interrupt, restart, and reload the window or close Cursor entirely.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

all versions

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This is a known class of issues with Jupyter in Cursor, and the team is aware and tracking it.

A few questions to help narrow it down:

  1. Are you running the notebook locally, or connecting over SSH to a remote machine?
  2. What exact Cursor version are you on? Go to Cursor > About Cursor and paste the info from there.
  3. When the crash happens, open Developer Tools with Cmd+Shift+P, then run Developer: Toggle Developer Tools, go to the Console tab, and send any red errors you see.

Also, try these quick checks:

  • Turn off Cursor Tab: Settings > Tab > Cursor Tab, disable it, restart Cursor, and use the notebook for a while. Tab autocomplete has been linked to Jupyter freezes in similar reports.
  • Test without extensions: run cursor --disable-extensions in a terminal, open the notebook, and see if the issue still happens.

Related thread with the same pattern: Cursor + Jupyter is an unstable hot mess

Let me know what you find, especially whether turning off Tab makes a difference.

Thanks for the reply.

Regarding your questions:

  1. I am running a notebook locally
  2. Version: 2.6.21 (Universal)
    VSCode Version: 1.105.1
    Commit: fea2f546c979a0a4ad1deab23552a43568807590
    Date: 2026-03-21T22:09:10.098Z
    Build Type: Stable
    Release Track: Default
    Electron: 39.8.1
    Chromium: 142.0.7444.265
    Node.js: 22.22.1
    V8: 14.2.231.22-electron.0
    OS: Darwin arm64 24.6.0
  3. I have attached the output of a crash that just happened

I have turned off the Cursor Tab as suggested. I will observe for a while and see if the issues arise again.

Thank you