-
-
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
Support Quarto Parameters #51
Labels
enhancement
New feature or request
Comments
I would say globals are better, because scalars share the same namespace as
variables.
…On Sat, Oct 12, 2024 at 5:34 PM Tim Huegerich ***@***.***> wrote:
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 <https://github.com/friosavila> in #50
(comment)
<#50 (comment)>*
Definitely. I found the instructions for how to add support for that while
I was researching the online 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.
—
Reply to this email directly, view it on GitHub
<#51>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASZKKFTD7ISX6XTGOQ5G2XDZ3GIVPAVCNFSM6AAAAABP2YMZW2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DGNBTGAYDCNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, the thing required to get it to work turned out to be adding Stata support to a different package, Papermill: nteract/papermill#809 I'm not sure how long it will take for the papermill maintainers to merge the PR and release a new version. Meanwhile, Parameters should work for Stata if you install my patched version of papermill like this: |
thank you!
…On Fri, Oct 18, 2024 at 11:42 AM Tim Huegerich ***@***.***> wrote:
Ok, the thing required to get it to work turned out to be adding Stata
support to a different package, Papermill
<quarto-dev/quarto-cli#11094 (comment)>:
nteract/papermill#809 <nteract/papermill#809>
I'm not sure how long it will take for the papermill maintainers to merge
the PR and release a new version. Meanwhile, Parameters should work for
Stata if you install my patched version of papermill like this:
pip install ***@***.***
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASZKKFXIIZE7AVKXFBEQ5S3Z4ET6NAVCNFSM6AAAAABP2YMZW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRSG42TQMBXGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: