You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to scroll up in a Jupyter notebook, the view automatically bounces back down to the current position. This prevents the user from reviewing earlier cells or content above the current view.
Reproduce
Open a Jupyter notebook.
Execute a few cells to create scrollable content.
Attempt to scroll up to view earlier content in the notebook.
Observe the behavior: the view bounces back to the current execution cell.