HISTORY.rst
LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
jupyter-config/jupyter_notebook_config.d/jupytext.json
jupyter-config/nbconfig/notebook.d/jupytext.json
jupytext/__init__.py
jupytext/cell_metadata.py
jupytext/cell_reader.py
jupytext/cell_to_text.py
jupytext/cli.py
jupytext/combine.py
jupytext/compare.py
jupytext/contentsmanager.py
jupytext/formats.py
jupytext/header.py
jupytext/jupytext.py
jupytext/languages.py
jupytext/magics.py
jupytext/metadata_filter.py
jupytext/paired_paths.py
jupytext/pep8.py
jupytext/stringparser.py
jupytext/version.py
jupytext.egg-info/PKG-INFO
jupytext.egg-info/SOURCES.txt
jupytext.egg-info/dependency_links.txt
jupytext.egg-info/entry_points.txt
jupytext.egg-info/requires.txt
jupytext.egg-info/top_level.txt
jupytext/nbextension/index.js
packages/labextension/.gitignore
packages/labextension/LICENSE
packages/labextension/README.md
packages/labextension/jupytext_commands.png
packages/labextension/package.json
packages/labextension/tsconfig.json
packages/labextension/dist/jupyterlab-jupytext-0.1.0.tgz
packages/labextension/src/index.ts
packages/labextension/style/index.css
tests/__init__.py
tests/test_active_cells.py
tests/test_auto_ext.py
tests/test_black.py
tests/test_cell_metadata.py
tests/test_cells.py
tests/test_cli.py
tests/test_combine.py
tests/test_compare.py
tests/test_contentsmanager.py
tests/test_escape_magics.py
tests/test_formats.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_jupytext_errors.py
tests/test_knitr_spin.py
tests/test_load_multiple.py
tests/test_metadata_filter.py
tests/test_mirror.py
tests/test_paired_paths.py
tests/test_pep8.py
tests/test_preserve_empty_cells.py
tests/test_read_all_py.py
tests/test_read_incomplete_rmd.py
tests/test_read_simple_R.py
tests/test_read_simple_bare.py
tests/test_read_simple_hydrogen.py
tests/test_read_simple_ipynb.py
tests/test_read_simple_julia.py
tests/test_read_simple_markdown.py
tests/test_read_simple_percent.py
tests/test_read_simple_python.py
tests/test_read_simple_rmd.py
tests/test_read_simple_scheme.py
tests/test_read_simple_sphinx.py
tests/test_rmd_to_ipynb.py
tests/test_save_multiple.py
tests/test_stringparser.py
tests/test_trust_notebook.py
tests/test_unicode.py
tests/test_write_does_not_modify_notebook.py
tests/utils.py