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
- Host: GitHub
- URL: https://github.com/arne-cl/knitr2notebook
- Owner: arne-cl
- Created: 2014-07-05T12:43:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T14:03:41.000Z (almost 11 years ago)
- Last Synced: 2025-01-06T09:12:24.165Z (6 months ago)
- Language: R
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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