Ipynb Format Output Kernel Choice? #3867
-
Hi all, Is there any way to specify the kernel for a Basically, I have a I can get it to generate - but it always defaults the notebook to the python kernel instead of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The answer was pandoc: format:
html: default
ipynb:
jupyter:
kernelspec:
display_name: R
language: r
name: ir This renders normally using knitr, then creates a jupyter notebook with this spec; presumably this can also rejig other metadata in a notebook if you want to get fancier (https://pandoc.org/MANUAL.html#jupyter-notebooks) |
Beta Was this translation helpful? Give feedback.
The answer was pandoc:
This renders normally using knitr, then creates a jupyter notebook with this spec; presumably this can also rejig other metadata in a notebook if you want to get fancier (https://pandoc.org/MANUAL.html#jupyter-notebooks)