Reputation: 10383
Is there a way to use .Rmd
files directly in Jupyter? In other words, is there a way to get jupyter to render a file like this: https://github.com/yihui/knitr-examples/blob/master/023-engine-python.Rmd?
I love jupyter, but also like the simplicity of the .Rmd
syntax.
Upvotes: 5
Views: 3971
Reputation: 2910
I created a fork of ipymd which allows to open .Rmd
files directly in jupyter notebook.
As opposed to plain markdown, it also supports storing images in a separate .nb.html
file.
Upvotes: 1