README.md

rmd2ipynb

Convert HTML notebooks generated by RMarkdown into Jupyter (.ipynb) notebooks.

Important: only HTML notebooks with the .nb.html file extension can be converted, not the RMarkdown directly.

Installation

You can install the released version of rmd2ipynb from GitHub with:

devtools::install_github("jullybobble/rmd2ipynb")

Example

library(rmd2ipynb)
html_nb_to_ipynb("./path/to/rmarkdown.nb.html")


jullybobble/rmd2ipynb documentation built on March 11, 2021, 8:55 a.m.