-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RStudio + Quarto Error #46
Comments
Code execution in RStudio is a known issue with RStudio. I don't think there's anything this project can do to make it work. See the discussion here: #42 Regarding config files, did you try the |
Thanks re: 1.
It was a typo in this ticket. The file is named "nbstata.conf". I installed
without specifying a configuration file, thinking that when I launched
Jupyter, it would pull from the config file on open. Does the configuration
file only work on install?
…On Fri, May 17, 2024 at 9:29 AM Tim Huegerich ***@***.***> wrote:
Code execution in RStudio is a known issue with RStudio. I don't think
there's anything this project can do to make it work. See the discussion
here: #42 <#42>
Regarding config files, did you try the --conf-file install option
<https://hugetim.github.io/nbstata/user_guide.html#install-nbstata>? You
can use the %status magic in Jupyter to check the location of the config
file, if any. For one thing, the file name should be 'nbstata.conf', not
'.config'. In which directory did you create your config file?
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALIA5CAUHK4FAONKWQJLVLTZCYV7FAVCNFSM6AAAAABH3FO24WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXHE2TSOBWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No, you're right. It should pull from the config file on open. But I'm guessing it's not finding the config file you created. You can rerun the 'install' script with the '--conf-file' option to create a config file in the right place for you. |
Hi there -- I absolutely love this project. I can get the Jupyter Notebook working via my terminal, and Stata is called just fine there. However, when I try to execute any Stata commands in RStudio, I'm met with the error: /bin/sh: stata: command not found
Any ideas? Screenshot for reference:
And perhaps separately, a nbstata.config file wasn't automatically created, and I can't figure out how to get nbstata to recognize it on Jupyter startup (via the terminal). Any ideas for that too?
The text was updated successfully, but these errors were encountered: