Icons for the Go To button not appearing

There used to be icons that would appear when running the code. For example, if the code crashes at a certain cell, there would be a red x icon next to the Go To button. It made it really easy to see if the code crashed somewhere. When the code is running, there would be another icon design next to the button. Do you know how to bring back the old design of this bar with all the icons? Thanks!

Old Design

Current Design

Hi Caitlin,

Thanks for the screenshot. That toolbar (“Go To”, “Interrupt”, “Restart”, etc.) is coming from the Jupyter extension, not Cursor. The status icons you mentioned (red X for crashes, spinner while running) are part of the extension UI, so this is most likely due to a Jupyter extension update.

To confirm (and potentially restore them):

  1. Open Extensions (Cmd+Shift+X)

  2. Search Jupyter

  3. Click the gearInstall Another Version…

  4. Try a previous version and see if the icons return

If a rollback brings them back, that’s a strong signal that it’s an extension-side change.

Best,
Mohit