-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Keyboard shortcuts inconsistent across tabs, and not functioning within notebooks #7241
Comments
I can confirm this issue. It's really strange, but it feels like it was "working fine just yesterday" for me. And I'm not sure what has changed. I had "notebook=7.0.7" and keys were working fine. Now suddenly they've stopped working. I've tried few things, including previous versions of 7.x. Nothing helped. Downgrading to 6.5.6 resolved the issue. |
I can also confirm this: working in JupyterLab, but not working in Notebook. Tried version 7.0.6 -> 7.1.0b0, fresh install of everything (including deleting |
I have the same problem. Using |
Thanks all for the report. Wondering if this could be related to the recent JupyterLab 4.1.0 release, which may have introduced some incompatibility with the Notebook settings (in particular the keyboard shortcuts). As a temporary workaround, does downgrading to the previous JupyterLab version (with |
After updating to notebook 7.0.8, shortcuts are displayed in the menu and are working again. The downgrade of jupyterlab seems to fix it. Thanks! |
Had the same thing in arch, with package jupyter-notebook 7.0.7-1 within pacman, after an update of jupyterlab to 4.1.0-1. |
Also hit this issue, and downgrading to jupyterlab 4.0.12 fixed the problem. |
Am I right in thinking that no If I've understood correctly, notebook 7.0.7 packages were built with jupyterlab 4.0.11 frontend code, but then the Python package metadata says it's compatible with any notebook 4.x. Newer versions of notebook are more specific in the version of jupyterlab they declare compatibility with (#7250). Given the experiences people describe above and the changes in shortcut handling in jupyterlab 4.1 (jupyterlab/jupyterlab#14115), it seems likely that this was the cause of this issue. I have just tried with |
Description
I used to use Jupyter regularly, and relied on common keyboard shortcuts, such as
0 0
,A
,B
, and of courseEnter
andEsc
to jump between command and edit modes. In this recent installation of Jupyter, these keyboard shortcuts no longer work, despite appearing in the server-level keyboard shortcut list (screenshot 1). They don't appear in the within-notebook keyboard shortcut menu, aside fromCtrl+Enter
(screenshot 2), and aside fromCtrl+Enter
for running cells, none of these shortcuts work, despite being listed and referenced at other menus in the notebook (screenshot 3)... Thanks for your help!Reproduce
Expected behavior
That the keyboard shortcuts work.
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: