-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Shortcuts to insert cell before/after are swapped at random #17026
Comments
Can you try downgrading to JupyterLab 4.3.0 and confirm if the problem goes away? |
I doubt if that also rippled into any packages it depends on.... Packagespip list 4.3.0 also got the symptom, starting with the very first attempt. See screen shot. I was in the
Clearing the browser cache and reloading the page had no impact on the symptom. |
Thanks for opening this issue! Can you share the output of |
I don't know what that does, or how to turn it off. Thanks for the follow-up! |
By the way, a while back, I already set the windowing mode to |
Description
These 2 documented keyboard shortcuts:
A = new cell above current
B = new cell below current
are often effectively SWAPPED for no obvious reason. This comes and goes seemingly at random. This is severely disruptive to workflow.
Once it gets into the swapped state, every cell behaves that way, even in other notebooks. Don't know exactly what gets it into the swapped state. Dozens of attempts to find a trigger for the behavior have found no pattern, no reliable way to trigger it. Yet.
During the swapped state, arrow keys work as expected to navigate through to cells above or below the new one, in the correct order i.e. the same order they appear on screen.
Could not find any similar reports in the issue database or any forums on the internet.
This is a MADDENING issue that might actually drive me (and others?) away from Jupyter entirely. That would be a real shame since it's obviously very powerful.
Reproduce
Expected behavior
Expect B and A to consistently insert a new cell BEFORE or AFTER the current cell. Just like the GUI before/after buttons within the cell do.
Context
Troubleshoot Output
Command Line Output
This issue causes no unusual console output in the terminal where Jupyter was invoked. I'll try to catch it misbehaving again, while --debug is in effect.Browser Output
JavaScript console, each time i use the shortcut, outputs these 2 errors:The text was updated successfully, but these errors were encountered: