Need for R code? #83
PMassicotte
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
I think it would be great to have R code included as well. Unfortunately, I don't know R code well enough to review PRs, but @wildintellect likely does |
Beta Was this translation helpful? Give feedback.
4 replies
-
I looked into this a little more, and I'm not sure it will work, as the syntax has to be markdown. I'm going to test making a markdown block in ipynb and see if quarto picks it up but that would still mean writing the code in markdown not notebook cells so it wouldn't be executable. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Could be interesting to use tabsets (https://quarto.org/docs/output-formats/html-basics.html#tabsets) to provide different code approaches.
If interested, I could contribute to that.
Beta Was this translation helpful? Give feedback.
All reactions