Skip to content

whatalnk/nbconvert_exporter_r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nbconvert_exporter_r

Custom exporter of nbconvert for R kernel (IRKernel)

Usage:

R script (.R)

jupyter nbconvert --debug --to=script my_notebook.ipynb

Markdown cell and input cell number is exported as comment, like --to=python.

R Notebook (.Rmd)

jupyter nbconvert --debug --to=RNotebook my_notebook.ipynb

Code cells which has "notshow" = true in metadata are not in exported files.

Install

# git clone https://github.com/whatalnk/nbconvert_exporter_r
# cd nbconvert_exporter_r
# pip install wheel
python setup.py bdist_wheel
pip install --force-reinstall dist\nbconvert_exporter_r-x.x.x-py3-none-any.whl

Post save hook

See also

About

Custom exporter of nbconvert for R kernel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published