Open jonn-smith opened 3 years ago
Jupyter notebooks can contain many different types of cells - markdown, python, R, etc. Currently we only support markdown and python. We should add support for R when the community asks for it.
NOTE: In the control block / notebook template generation code there will need to be additional checks for the language type of the source blocks.
Jupyter notebooks can contain many different types of cells - markdown, python, R, etc. Currently we only support markdown and python. We should add support for R when the community asks for it.