vatlab / sos-rmarkdown

A Rmarkdown to SoS Notebook converter
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Use R-kernel if only this kernel is used. #2

Open BoPeng opened 5 years ago

BoPeng commented 5 years ago

We use a SoS kernel to allow the use of

For Rmarkdown documents that do not use these two features, it makes sense to create a regular Jupyter notebook with only a R kernel.

albertostefanelli commented 4 years ago

This would allow a user to port the converted notebook to a Google Collaboraty compatible format

BoPeng commented 4 years ago

Whereas 2 (other kernels) is not frequently used, 1 (inline expression) is. How do you handle inline expressions using only the R kernel?

BoPeng commented 4 years ago

The new behavior is that an R notebook will be generated if there is no inline expression and non-R code block, and --execute is not used.