Open
Description
Is the feature request related to a problem?
I enjoy the REPL-like experience in the Interactive Window, where I can type code and press Enter to execute immediately. However, in the .ipynb notebook editor, I can only run code by executing whole cells with Shift+Enter or the Run button.
The solution I'd like
I would like to have a "Press Enter to execute" bar (or similar REPL-style input) available in the .ipynb notebook editor in VS Code, so I can quickly test small code snippets without creating a new cell each time.
Alternatives I've considered
- Using the Interactive Window, but it doesn't support all notebook features (as simple as open/load file).
- Creating many small cells, but this is less convenient than a REPL input.
Additional context
This feature would make the notebook editor more flexible and interactive, especially for quick experimentation.
Thank you!