An open API service indexing awesome lists of open source software.

https://github.com/arne-cl/knitr2notebook

convert knitr R documents into interactive IPython notebooks
https://github.com/arne-cl/knitr2notebook

Last synced: 4 months ago
JSON representation

convert knitr R documents into interactive IPython notebooks

Awesome Lists containing this project

README

        

knitr2notebook
==============

knitr2notebook converts knitr documents (R markdown *.Rmd files) to
Ipython notebooks. The code is based on https://gist.github.com/ramnathv/9334834 .

Usage
-----

::

knitr2notebook input.Rmd output.ipynb

Dependencies
------------

- R
- knitr
- rpy2
- notedown