Jupyter Interactive Window would be better than plain-text terminal #3878
Unanswered
david-cortes
asked this question in
Feedback
Replies: 2 comments 1 reply
-
Might be something relevant to #3802? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Positron console is the component that we use for this kind of interactive, exploratory code execution: If you are looking for a workflow where you have a literate programming tool plus an interactive console, in Positron you would currently use Quarto. (You can even try converting your We don't currently have support for a Jupyter notebook sharing a kernel with a Console instance but that feature request is tracked in #3801, if you have any additional context to add there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like how the Jupyter Interactive Window from the Jupyter extension works when used as "terminal" for Python and for R (after enabling settings
"jupyter.interactiveWindow.textEditor.executeSelection": true
and"interactiveWindow.executeWithShiftEnter": true
):In my opinion, it would make for a much nicer user experience to have this as a terminal for both Python and R instead of the current plain-text terminal.
Beta Was this translation helpful? Give feedback.
All reactions