-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you help pairing ipynb and R format using spin ? #415
Comments
Actually I looked into other issues with
This is truly amazing |
Thank you @statquant for your feeback. I'm glad you like the program! Yes, that's it, you can put as many formats as you want in If you want to use two different formats with the same extension, you can use a extension prefix. This is how we pair the world population example notebook to seven different formats: jupytext/demo/World population.Rmd Line 5 in 55e3e80
Also, the |
Hello @mwouts I actually want to use The only thing I do not know how to do is how to add other
I get the spurious following on So I need to either find a way to filter this with |
Actually maybe you can help me on this tiny detail, it seems to be something that should be handle in jupytext, I opened a SO question but it feels really wrong |
Well representing the non-jupyter part of the YAML header in a raw cell allows makes it easy to edit in the notebook... But I understand that you may not want to see that in the notebook. Maybe we could offer a boolean option |
Hello @mwouts
Do you mean that people would like to be able to modify the non jupyter yaml part in a jupyter notebook even if it is likely that they won’t be able to act upon it in jupyter ? Many thanks |
@statquant, I'm not sure if I understand what you are trying to achieve... What's your rationale for not having a @mwouts, about the yaml headers:
|
Hello @grst my view on this is that that either we should have access (hence display) to all the yaml preambules (in my example the |
Closing this |
Hello @statquant , sorry I did not follow up on your previous comment. I think your question is completely legitimate, and that not displaying the (non-jupyter) metadata in the |
Hello @mwouts sorry for my late answer. Thank you very much for your message, feel free to reopen. That's much appreciated |
@statquant , with the upcoming release you will be able to not get the raw cell by adding If you want you can give a try to the development version, use
|
Hello, I took a test at this but can't make it work. |
Hi @statquant , thanks for reporting this. My bad...I said |
Hello @mwouts indeed it now works perfectly. Many thanks for this that's much appreciated. |
Hello @mwouts and thank you for jupytext it really looks amazing.
From the docs I think I understand that not only can I sync
ipynb
andRmd
formats (I succeeded in doing that out of the box) but I should even be able to doipynb
andR
given that runningknitr::spin
on aR
file generates aRmd
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
The text was updated successfully, but these errors were encountered: