Unable to Scroll Up in Jupyter Notebook
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
## Description
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
1. Open a Jupyter notebook.
2. Execute a few cells to create scrollable content.
3. Attempt to scroll up to view earlier content in the notebook.
4. Observe the behavior: the view bounces back to the current execution cell.
## Expected behavior
It should let me scroll up.
Contributor guide
Research direction
Start by reproducing the behavior in a Jupyter notebook using the four steps described: create scrollable content by executing cells, then scroll upward. Trace the notebook's scrolling behavior from there; done means earlier cells and content remain visible when scrolling up instead of bouncing back to the current execution cell.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100