Description
When executing a cell, the page automatically scrolls downward to view the output.
This is annoying for quickly running cells to update variables or for rapid prototyping. Moreover, after staring at code for hours on end (not uncommon for us...), the sudden jerk in the code while I'm reading it can really strain the eyes and lead to losing my place in the code.
Additionally, the scrolling is a bit slow by default, which makes renavigating to the previously executed cell a pain or difficult to find (maybe newly executed cells could glow for a few seconds? - I haven't looked into this myself if this already exists)
I haven't been able to find a solution for this.
Proposed feature:
Add a setting to toggle viewing cell output automatically. When enabled, it should act as it currently does by showing the executed cell's output. When disabled, the cell runs and the output is produced below it but the view stays focused on the current cell (no snapping or scrolling).
Potential "easier" solution:
If toggling is off the table, then maybe a smoother scroll traversal to the newly executed code's output would help alleviate some of the strain.