Cursor Jupyter Notebook Traceback not clickable

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor’s notebook viewer is not linkifying Python tracebacks the way VS Code’s Jupyter renderer does. Links to files and line numbers are not clickable in the cursor.

Steps to Reproduce

Removed all cursor files and tried with a fresh install, but the issue persisted.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.52
VSCode Version: 1.99.3
Commit: 9675251a06b1314d50ff34b0cbe5109b78f848c0
Date: 2025-10-17T01:41:03.967Z (4 days ago)
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. It looks like a feature gap between Cursor and VS Code’s built-in Jupyter renderer.

Clickable traceback links in the VS Code Jupyter extension are a useful feature that isn’t implemented yet in Cursor’s notebook viewer. Since you confirmed it persists on a fresh install, it’s likely not a settings issue.

It might also be due to version differences: Cursor’s latest available version is 2025.3.0, while VS Code has 2025.9.1.

You can try downloading the VSIX from VS Code by clicking the gear icon → Download VSIX, then import it into Cursor. Hopefully, this helps.

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