Closed BoPeng closed 5 years ago
R markdown allows
```{r engine="python"} def f(x): return x + 2 f(2)
which are not properly converted by our Rmd -> ipynb converter (treated as R block).
R markdown allows
which are not properly converted by our Rmd -> ipynb converter (treated as R block).