Skip to content
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

Run current cell and below not working #15663

Open
1 of 2 tasks
davidesonno opened this issue May 4, 2024 · 0 comments
Open
1 of 2 tasks

Run current cell and below not working #15663

davidesonno opened this issue May 4, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-commands

Comments

@davidesonno
Copy link

davidesonno commented May 4, 2024

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

When trying to add a custom keybinding for jupyter.runcellandallbelow or jupyter.runcurrentcellandallbelow.palette the command won't execute.

{ "key": "alt+shift+enter", "command": "jupyter.runcellandallbelow", "when": "editorTextFocus" }
{ "key": "alt+shift+enter", "command": "jupyter.runcurrentcellandallbelow.palette", "when": "editorTextFocus" }

I have even tried to use the same 'when' statements as the default commands but that did not work.

VS Code Version

Versione: 1.89.0 (user setup) Commit: b58957e67ee1e712cebf466b995adf4c5307b2bd Data: 2024-05-01T02:09:22.859Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 Sistema operativo: Windows_NT x64 10.0.19045

Jupyter Extension Version

v2024.4.0

Jupyter logs

No output provided when executing the keybind

Coding Language and Runtime Version

Python 3.10.11

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@davidesonno davidesonno added the bug Issue identified by VS Code Team member as probable bug label May 4, 2024
@VSCodeTriageBot VSCodeTriageBot added the triage-needed Issue needs to be triaged label May 4, 2024
@Yoyokrazy Yoyokrazy added notebook-commands and removed triage-needed Issue needs to be triaged labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook-commands
Projects
None yet
Development

No branches or pull requests

5 participants