Jupyter Notebook via SSH break with latest update

Describe the Bug

Hello everyone. I updated cursor on July 23 and after that was not able to open .ipynb file on remote server to which I sshed.

Could you give some hints on how to fix that? I was able to open .ipynb files before, I reinstalled all jupyter extensions on the server, but issue persists.

On the positive side, I am still able to open .ipynb files locally.

Steps to Reproduce

  1. SSH to any server
  2. Download Jupyter extension from ms-toolsai
  3. Create .ipynb file and try to open it

Doesn’t work for me

Expected Behavior

.ipynb file should be viewable.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.3.0 (Universal)
VSCode Version: 1.99.3
Commit: 410000a83355c025daba0c6156955bf08687d080
Date: 2025-07-23T05:46:59.221Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @poolsar42 , what is the error when you click the “enable extension” button?

Howdy @ravirahman

It shows no error - it just closes .ipynb file.

Hi @poolsar42, could you close the editor, and then open a terminal run rm -rf ~/.cursor ~/.cursor-server directories on your remote machine? This will wipe all state, including all extensions on the remote host and remote-specific settings.

It helped, thank you.

1 Like

@ravirahman It does not work for me. Instead of SSH, I have a docker container running.
This issue persists even after removing cursor server, extensions, etc. (on docker terminal outside of Cursor)

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