access repl
#5664
-
i'm really liking quarto. i'm primarily using jupyter for execution. what bothers me is that sometimes i just need to access the repl. how do i do that ?? quarto is nice for iterating on rendering while the repl is good for debugging and code dev. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 24, 2023
Replies: 1 comment 4 replies
-
It's unclear what's your need ... Use the usual REPL for whatever language you are using in a terminal within an IDE or not. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are writing a flat file (qmd), I don't think there is a "state" saved.
You can execute code cells in REPL.
If you are using a Jupyter Notebook, then you have access to all the features from it and in the end you can render it using Quarto.
For example, using
knitr
:Using
Jupyter
: