-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter Notebook scroll beyond Last Line #2935
Comments
Thanks for the suggestion |
I am struggling with this issue now. It is really annoying that the editor doesn't let to scroll beyond the last line. Please make it work. |
Is this being worked on? |
No, not at the moment. The number of up votes on this indicates it's probably not going to be worked on for a while. |
I voted it up. This seems like an UX oversight considering how awesome the standard editor is and how great VSCode is in general. Online Azure notebooks suffer from the same deficiency. I look forward to the day it's implemented. (For comparison, Mathematica notebooks have had this feature for years.) |
I really like VSCode but this issue is frustrating. Thanks for addressing the issue. |
Moving back to triage for a second look |
Validated. Looks to do the same as normal editors that it gives about a full page of space to scroll into. Looked good after window resizes as well. |
I was wondering if I could get an update on this feature? I upgraded to the latest build as per the below copied information but my Jupyter Notebook is not scrolling beyond the last cell as per the screen capture. "editor.Scroll beyond last line" is checked. Is anything amiss? Version: 1.42.1 |
It's not in the shipping bits but rather in our insider's build. We generally close bugs when the fix gets to the master branch |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
The default editor can scroll beyond last line:
But notebook editor cannot:
"editor.scrollBeyondLastLine": true
has no effect in Notebook Editor.The text was updated successfully, but these errors were encountered: