.gitignore
LICENSE
README.md
setup.cfg
setup.py
nbcollection/__init__.py
nbcollection/__main__.py
nbcollection/converter.py
nbcollection/logger.py
nbcollection/nb_helpers.py
nbcollection/notebook.py
nbcollection.egg-info/PKG-INFO
nbcollection.egg-info/SOURCES.txt
nbcollection.egg-info/dependency_links.txt
nbcollection.egg-info/entry_points.txt
nbcollection.egg-info/requires.txt
nbcollection.egg-info/top_level.txt
nbcollection/commands/__init__.py
nbcollection/commands/argparse_helpers.py
nbcollection/commands/convert.py
nbcollection/commands/execute.py
nbcollection/tests/__init__.py
nbcollection/tests/test_cli.py
nbcollection/tests/data/default.tpl
nbcollection/tests/data/exception-should-fail.ipynb
nbcollection/tests/data/exception-should-pass.ipynb
nbcollection/tests/data/my_notebooks/notebook1.ipynb
nbcollection/tests/data/my_notebooks/sub_path1/notebook2.ipynb
nbcollection/tests/data/my_notebooks/sub_path1/notebook3.ipynb
nbcollection/tests/data/nb_test1/notebook1.ipynb
nbcollection/tests/data/nb_test2/notebook1.ipynb
nbcollection/tests/data/nb_test2/notebook2.ipynb
nbcollection/tests/data/nb_test3/nb1/notebook1.ipynb
nbcollection/tests/data/nb_test3/nb2/notebook2.ipynb