Can you help pairing ipynb and R format using spin ?
See original GitHub issueHello @mwouts and thank you for jupytext it really looks amazing.
From the docs I think I understand that not only can I sync ipynb
and Rmd
formats (I succeeded in doing that out of the box) but I should even be able to do ipynb
and R
given that running knitr::spin
on a R
file generates a Rmd
I kinda can see the magic here.
Is my understanding correct ? Would you be kind enough to show me a minimal reproducible example for this ? Many thanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Configuration - Jupytext documentation - Read the Docs
You can pair a notebook to as many text representations as you want (see our World ... sphinx (Python only), spin (R only)...
Read more >jupytext - PyPI
The idea of paired notebooks is to store an .ipynb file alongside other formats. This lets us get the best of both worlds:...
Read more >How can I convert a Rmd document to a jupyter notebook
write a simple R script, script.R , that you can spin into a Rmd document; use knitr::spin('script.R', knit = FALSE) to transform it...
Read more >User-Guide - Jupyter integration - Ploomber documentation
Ploomber supports scripts and notebooks as source formats for tasks. We recommend using .py files, but you can use the traditional .ipynb format...
Read more >How to use Jupyter Notebook Tutorial - DataCamp
Learn how to install, run, and use Jupyter Notebooks for data science, ... and; The best practices and tips that will help you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello @mwouts indeed it now works perfectly. Many thanks for this that’s much appreciated.
Hello @mwouts sorry for my late answer. Thank you very much for your message, feel free to reopen. That’s much appreciated