In Line command Execution #30
friosavila
started this conversation in
Ideas
Replies: 1 comment
-
Do you have any more information about how Quarto does that under the hood, such as what languages it is supported for? If it works via a Jupyter kernel, we should be able to support it. But if it's via Knitr, then probably not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Tim
I was wondering if you have considered modifying nbstata for "in line command"
Contrary to a previous comment I had before, it seems that line command execution is rather new.
see here.
I tried doing the same with nbStata
Something like
stata display "hola"
. And seems that it tries to call on Stata, but something gets missing.of course, I have no idea how that could be done, but could be nice to have.
Thank you!
Fernando
Beta Was this translation helpful? Give feedback.
All reactions