Tim Huegerich

Results 44 comments of Tim Huegerich

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...

Thanks. I really appreciate you letting me know.

Thank you for reporting. I think that when you run stata interactively in RStudio, it's not actually using nbstata.[1] I bet you're using the [knitr version of Stata](https://github.com/yihui/knitr/pull/979) instead (about...

Thank you, @avila, for that [quarto issue](https://github.com/quarto-dev/quarto/issues/336#issuecomment-1873437072) which led to nbstata support in the [Quarto VSCode extension](https://quarto.org/docs/get-started/hello/vscode.html). I'd like to add further documentation directing people toward that extension (and also...

That gif is just from the homepage of stata_kernel, which supports Stata 15. When someone (may be me, but why not you?) creates a new video demoing nbstata, we can...

Can just link to this from the docs: https://friosavila.github.io/playingwithstata/quarto/dynstat edit: Nevermind, that's already indirectly linked to via a link in the docs to a Statalist discussion. The question here is...

Adding a note that working with Stata in VSCode is now supported: https://github.com/hugetim/nbstata/discussions/44#discussion-6499362

Right, I think that is true as of Jan 1, 2024. https://github.com/quarto-dev/quarto/issues/336#issuecomment-1873437072 Here's how it works for me, just now: ![image](https://github.com/user-attachments/assets/3a4cd4e7-2b4f-4eff-96f0-d41073f67634) That is, I have to manually change the kernel...

It's been on my list. I tried initially, using nbdev's utility for doing so, but hit a snag: https://forums.fast.ai/t/nbdev-conda-error/103698?u=hugetim I'll give it a fresh try when I get some time,...

No, but that makes sense that `preserve` doesn't work, now that you mention it. Well, does it work if you first run `%set echo=False` at the top of the notebook?...