Closed
Description
I know with quarto we can set environmental variables then feed them into
python or R.
Do you think that could be done for nbstata too?
Originally posted by @friosavila in #50 (comment)
Definitely. I found the instructions for how to add support for that while I was researching the inline code issue: https://quarto.org/docs/advanced/jupyter/kernel-execution.html#quarto-document-options
Should we use globals to store the parameters? Or scalars?
I'll aim for this month.