Slackbot
09/09/2022, 3:57 PMEduardo
.R
files (e.g. .Rmd
), you can inject the cell, convert to R (something like this will work, although I'm unsure about the exact argument name jupytext some-file.Rmd --to some-file.R
), then use R's debuggerStephan Meylan
09/09/2022, 7:00 PMEduardo