Annoying Navigation UI in Jupyter Cells

I noticed Cursor is displaying some annoying navigations above each cell in a Jupyter Notebook (see the < utils.py >). How can I avoid that?

Version: 0.45.8
VSCode Version: 1.96.2
Commit: 5af2d34c39df93a39bd54c9b9103cab514b380f0
Date: 2025-02-01T06:17:09.379Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0

Hey, I believe this only shows up if you have pending changes to accept, as if you had more than one file (which is meant more for non-notebook development) that would let you switch between those files.

If you open a different file, does the same thing happen?