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.
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.