View source: R/convert_ipynb_to_blogdown.R
Converts a jupyter notebook to Rmd style md. Returns the string without YAML header.
1 2 3 4 5 | ipynb_to_Rmd_text(
ipynb_file,
chunk_options = "",
python_path = reticulate::py_config()$python
)
|
ipynb_file |
path to the jupyter notebook |
chunk_options |
string. Passes options to |
python_path |
python path as string for reticulate. Defaults to the
one detected by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.