-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[warn] Cannot execute key binding 'Ctrl Z': command 'editmenu:undo' is not enabled. #884
Comments
Deprecated shortcut selectors:[2025-01-25 09:28:52.074] [error] Python path "/home/user/.config/jupyterlab-desktop/jlab_server/bin/python" does not exist. [2025-01-25 09:29:00.842] [warn] Unsatisfied version 2.3.2 of shared singleton module @lumino/widgets (required ^1.16.1) [2025-01-25 09:29:00.842] [warn] Unsatisfied version 2.0.1 of shared singleton module @lumino/messaging (required ^1.4.3) [2025-01-25 09:29:00.843] [warn] Unsatisfied version 2.1.2 of shared singleton module @lumino/coreutils (required ^1.5.3) [2025-01-25 09:29:00.844] [warn] Unsatisfied version 2.3.2 from @jupyterlab/application-top of shared singleton module @lumino/widgets (required ^1.37.2) [2025-01-25 09:29:00.847] [warn] Unsatisfied version 3.0.0 from @jupyter-widgets/jupyterlab-manager of shared singleton module @jupyter-widgets/jupyterlab-manager (required ^5.0.4) [2025-01-25 09:29:00.847] [warn] Unsatisfied version 2.1.2 of shared singleton module @lumino/signaling (required ^1.4.3) [2025-01-25 09:29:00.848] [warn] Unsatisfied version 2.0.1 of shared singleton module @lumino/algorithm (required ^1.3.3) [2025-01-25 09:29:00.849] [warn] Unsatisfied version 4.2.5 of shared singleton module @jupyterlab/notebook (required ^3.0.0) [2025-01-25 09:29:00.849] [warn] Unsatisfied version 4.2.5 of shared singleton module @jupyterlab/logconsole (required ^3.0.0) [2025-01-25 09:29:00.850] [warn] Unsatisfied version 4.2.5 of shared singleton module @jupyterlab/settingregistry (required ^3.0.0) [2025-01-25 09:29:00.851] [warn] Unsatisfied version 7.2.5 of shared singleton module @jupyterlab/services (required ^6.0.0) [2025-01-25 09:29:00.851] [warn] No satisfying version (^3.0.0) of shared module @jupyterlab/outputarea found in shared scope default. Available versions: 4.2.5 from @jupyterlab/application-top [2025-01-25 09:29:00.851] [warn] Unsatisfied version 4.2.5 of shared singleton module @jupyterlab/mainmenu (required ^3.0.0) [2025-01-25 09:29:00.852] [warn] Unsatisfied version 2.0.1 of shared singleton module @lumino/properties (required ^1.2.3) [2025-01-25 09:29:00.853] [warn] Unsatisfied version 2.1.2 of shared singleton module @lumino/disposable (required ^1.4.3) [2025-01-25 09:29:00.853] [warn] Unsatisfied version 4.2.5 of shared singleton module @jupyterlab/rendermime (required ^3.0.0) [2025-01-25 09:29:02.352] [warn] Language pack 'en_US' not installed! [2025-01-25 09:29:02.404] [warn] Deprecated shortcut selectors: "[data-jp-kernel-user]:focus" was replaced with "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)" in JupyterLab 4.1 (present in "[data-jp-kernel-user]:focus") ".jp-Notebook:focus" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in ".jp-Notebook:focus") "[data-jp-traversable]:focus" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in "[data-jp-traversable]:focus") ".jp-Notebook:focus.jp-mod-commandMode" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in ".jp-Notebook:focus.jp-mod-commandMode") ".jp-Notebook.jp-mod-commandMode :focus:not(:read-write)" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1.1 (present in ".jp-Notebook.jp-mod-commandMode :focus:not(:read-write)") Extensions errors[2025-01-25 09:56:56.533] [warn] Unsatisfied version 2.3.2 from @jupyterlab/application-top of shared singleton module @lumino/widgets (required ^1.37.2) [2025-01-25 09:56:56.545] [warn] Unsatisfied version 2.0.1 from @jupyterlab/application-top of shared singleton module @jupyter/ydoc (required ^1.1.1) [2025-01-25 09:56:57.998] [warn] Language pack 'en_US' not installed! [2025-01-25 09:56:58.053] [warn] Deprecated shortcut selectors: "[data-jp-kernel-user]:focus" was replaced with "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)" in JupyterLab 4.1 (present in "[data-jp-kernel-user]:focus") ".jp-Notebook:focus" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in ".jp-Notebook:focus") "[data-jp-traversable]:focus" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in "[data-jp-traversable]:focus") ".jp-Notebook:focus.jp-mod-commandMode" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1 (present in ".jp-Notebook:focus.jp-mod-commandMode") ".jp-Notebook.jp-mod-commandMode :focus:not(:read-write)" was replaced with ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in JupyterLab 4.1.1 (present in ".jp-Notebook.jp-mod-commandMode :focus:not(:read-write)") |
I'm trying to add custom setting for the Undo operation without success: {
"shortcuts": [
{
"command": "editmenu:undo",
"keys": [
"Ctrl Z"
],
"selector": "[data-jp-undoer]"
}
]
} The P.S. Opening new session behave in a similar way. The only difference is that Undo menu is Active but do nothing: P.S. I'm trying to achieve:
I guess I can reinstall the jupyterlab without last two and will work fine again. |
Thank you for opening this issue @softhints! It might be a good idea to open this issue in the Voila Gridstack extension repository, to get some insight from the developers there: https://github.com/voila-dashboards/voila-gridstack |
Hey @RRosio will do it. Should I close this one? P.S. Is it possible to override or bind the undo again? |
It seems related to: https://github.com/voila-dashboards/voila-gridstack I'll close it because it happens without jupyterlab-desktop too. Open new ticket for them: voila-dashboards/voila-gridstack#225 |
Description
Ctrl + Z
stopped working. In the logs I can find messages like:Ctrl + Z
is not working only in the Notebooks. It works fine in Text and Markdown documents.The options are grey out in the Edit menu
Reproduce
It was working fine. I did two things before breaking it.:
Prior that Ctrl + z was working fine
In the logs I can observe:
Expected behavior
Be able to do Undo at a cell level
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: