I'm struggling a bit with a simple functionality.
When debugging in Jupyter Notebook, there are hyperlinks that take you directly to the line where an error occurred, which is very good. However, when I click on the hyperlink, the file jumps to the error line, which can be quite far from where the function was originally defined. This makes it easy to lose track of everything.
I know that Ctrl + - allows me to go back, but debugging often requires jumping frequently between cells. Constantly jumping with Ctrl + - and Ctrl + Shift + - while editing code isn't realistic.
Is there a shortcut/extension that lets me open the hyperlink in a split window instead?
An example: