79606695

Date: 2025-05-05 09:52:07
Score: 1
Natty:
Report link

An alternative that might work is jupyter.runcurrentcell. For example:

{
  "key": "cmd+enter",
  "command": "jupyter.runcurrentcell",
  "when": "editorTextFocus && isWorkspaceTrusted && jupyter.hascodecells && !editorHasSelection && !isCompositeNotebook && !notebookEditorFocused"
}

@aaron approach did not work for me.

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amin.A