Replies: 2 comments 5 replies
-
Is it really a question, because you seem to have the answers. 🤔 |
Beta Was this translation helpful? Give feedback.
5 replies
-
---
title: "Quarto in jupyter"
format: html
jupyter: python3
---
```{python}
print("Hello python")
```
```{r}
print("Hello R")
``` |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Some ideas?
reticulate
package. Can we convert R code in jupyter engine byrpy2
package?jupyter: ['python3', 'ir']
?Beta Was this translation helpful? Give feedback.
All reactions