"Fix in Chat" causes crashes when used in jupyter notebook

Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already - done
:lady_beetle: Provide a clear description of the bug

Using “Fix in Chat” within a python notebook causes the chat to crash.

:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)

Create a python notebook with a lint error such as an unused import. Hover over it and select “fix in chat”, then submit the Chat. You’ll see that the chat flashes briefly and then reverts to previous state.

:camera: Attach screenshots or recordings (e.g., .jpg, .png, .mp4).

workbench.desktop.main.js:1922 [composer] submitChatMaybeAbortCurrent errored! CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-notebook-cell:/Users/aaron/Developer/tmp/cursor-nb-crash/example.ipynb#W1sZmlsZQ%3D%3D'
    at b1i.j (workbench.desktop.main.js:4811:61446)
    at async b1i.exists (workbench.desktop.main.js:4811:63470)
    at async workbench.desktop.main.js:1922:8256
    at async Promise.all (index 0)
    at async rz.submitChatMaybeAbortCurrent (workbench.desktop.main.js:1922:8174)
    at async Ri (workbench.desktop.main.js:2912:10853)

:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).

macOS, 0.47.8

:prohibited: Tell us if the issue stops you from using Cursor.

It stops me from using this feature, and was very confusing as I had to open developer tools to understand what was going on.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.