Prevent a Jupyter screen from jumping down after a cell evaluation
12:17 02 Nov 2017

Whenever I evaluate a cell (Shift + Enter), Jupyter moves the screen down, so that the output is shown, assuming the cell is to big to fit on the screen entirely.

I find this feature rather annoying, as it jumps so fast that I sometimes lose track where I just was when debugging.

Is there a way to modify this behavior or to disable automated screen adjustments entirely?

I use a standard Jupyter installation without any modifications.

The version of the notebook server is: 5.2.0 The server is running on this version of Python: Python 3.5.4rc1 (default, Jul 25 2017, 08:53:34) [GCC 6.4.0 20170704]

Current Kernel Information: Python 3.5.4rc1 (default, Jul 25 2017, 08:53:34)

jupyter-notebook