Skip to content

grantpatten/ipynb2rmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert IRkernel Jupyter Notebooks to R Markdown

Usage

# Generate test.rmd
$ ipynb2rmd test.ipynb

# Generate test.rmd and run R Markdown to render as pdf
$ ipynb2rmd test.ipynb --compile

# Compile an already existing rmd file
$ ipynb2rmd test.rmd --compile

Chunk Options

To use rmarkdown chunk options in your Jupyter notebook, start a code cell with #r <chunk options>.

Installation

To install ipynb2rmd, simply:

$ pip install ipynb2rmd

Requirements

About

Convert IRkernel Jupyter Notebooks to R Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published