broadinstitute / carrot

Other
4 stars 1 forks source link

Allow Jupyter notebook templates that contain source languages other than python #124

Open jonn-smith opened 3 years ago

jonn-smith commented 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.

jonn-smith commented 3 years ago

NOTE: In the control block / notebook template generation code there will need to be additional checks for the language type of the source blocks.