-
Notifications
You must be signed in to change notification settings - Fork 603
Description
Hey,
I must say that I am a big fan of the jupyter notebook and what it has done to promote enjoyable literate programming over the past years.
However, I still mostly used R Markdown + knitr to script my analyses and get polished reports out. It is just so convenient to have the full power of pandoc, native support for code cell hiding, and markdown output of tables via 'knitr::kable' and the like.
Turning an .Rmd file in a polished pdf or html report is just sooo easy.
The yaml header adds so much flexibility and even referencing from a .bib file is super easy.
My main problem with R Markdown is that the 'notebook version' is not really working that well since the interactive mode only works with R Studio and the interface is much more cluttered than a nice, clean jupyter lab or notebook!
So, I really wonder whether there is any effort in terms of providing similar 'publication quality reporting' capabilities to jupyter notebooks? I mean, it should be fairly straight forward to include a yaml header cell type that get displayed in a nice way in the notebook itself (not as markdown ;)) and simply gets written to .md verbatim (skipped for all other formats).
Is there any hope for getting support for references using .bib files (again working both for the notebook itself and a .md export) or even cross-referencing of outputs?
I would just love to interactively develop a manuscript submission as jupyter notebook and then simply add a proper yaml header, export to .md, and get a polished submittable manuscript via pandoc (pdf/html/or even .docx).
Not quite sure whether this is the right place to raise this, but the issues seems to affect both nbconvert and the notebook format. Not quite sure what the best technical way of implementing this would be.