command 'jupyter.execSelectionInteractive' not found #6221
Replies: 2 comments 3 replies
-
With which extension are you running the cell? Your issue does not seem to have anything to do with Quarto. PS: I have no issue in both in Jupyter Notebook or a Quarto document. |
Beta Was this translation helpful? Give feedback.
-
Thank you! It's a .qmd file and I'm basically just using the code from the VS Code quarto tutorial I'm using VSC 1.80.1, Python 3.11.4, Quarto 1.3.433 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello
I'm trying to run a cell in VS Code with Python, Jupyter and Quarto. I can render and everything seems to work smoothly, but if I press Run Cell, I get the error command 'jupyter.execSelectionInteractive' not found
As an example, something as simple as
gives the mentioned error.
Thanks a lot for any help!
Beta Was this translation helpful? Give feedback.
All reactions