.travis.yml
HISTORY.rst
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
.jupyter/jupyter_notebook_config.py
binder/install.R
binder/requirements.txt
binder/runtime.txt
demo/Sample notebook with python representation.ipynb
demo/Sample notebook with python representation.py
demo/filled_step.py
demo/ioslides_presentation_featuring_plotly_python.Rmd
img/rmd_in_text_editor.png
img/rmd_notebook.png
nbrmd/__init__.py
nbrmd/cell_metadata.py
nbrmd/cells.py
nbrmd/cli.py
nbrmd/combine.py
nbrmd/contentsmanager.py
nbrmd/header.py
nbrmd/languages.py
nbrmd/nbrmd.py
nbrmd/rmarkdownexporter.py
nbrmd.egg-info/PKG-INFO
nbrmd.egg-info/SOURCES.txt
nbrmd.egg-info/dependency_links.txt
nbrmd.egg-info/entry_points.txt
nbrmd.egg-info/requires.txt
nbrmd.egg-info/top_level.txt
tests/R_sample.Rmd
tests/__init__.py
tests/chunk_options.Rmd
tests/ioslides.Rmd
tests/ir_notebook.ipynb
tests/jupyter.ipynb
tests/jupyter_again.ipynb
tests/jupyter_with_raw_cell_on_top.ipynb
tests/markdown.Rmd
tests/python_notebook_sample.py
tests/test_active_cells.py
tests/test_cell_metadata.py
tests/test_cells.py
tests/test_cli.py
tests/test_combine.py
tests/test_contentsmanager.py
tests/test_header.py
tests/test_ipynb_to_R.py
tests/test_ipynb_to_py.py
tests/test_ipynb_to_rmd.py
tests/test_nbconvert.py
tests/test_nbrmd_errors.py
tests/test_open_readme.py
tests/test_read_all_py.py
tests/test_read_incomplete_rmd.py
tests/test_read_simple_R.py
tests/test_read_simple_python.py
tests/test_read_simple_rmd.py
tests/test_rmd_to_ipynb.py
tests/test_save_multiple.py
tests/test_unicode.py
tests/utils.py