microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

shift+enter on code above # %% will not be sent to IW #16138

Open amunger opened 4 weeks ago

amunger commented 4 weeks ago

trying to shift+enter on any other code not surrounded by # %% fails to be executed in both IW nor native REPL.

Tried to locally add !jupyter.hascodecells inside execInREPL for Python extension gave me no luck :/

If there are instances of # %%, should every shift+enter of code(even code block that are outside of # %%) be sent to interactive window? @amunger

Originally posted by @anthonykim1 in #24041