Answers for "read ipynb in r"

1

read ipynb in r

rmarkdown::convert_ipynb("file.ipynb", output = xfun::with_ext("new_file_name", "Rmd"))
Posted by: Guest on March-07-2022

Browse Popular Code Answers by Language