Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f8f67b78a515879d697f0bfa0fca0065 to your computer and use it in GitHub Desktop.
Save ryantm/f8f67b78a515879d697f0bfa0fca0065 to your computer and use it in GitHub Desktop.
/nix/store/4391zdba8qxlnc05w82zkwxzpj7gakpj-python3.8-nbdime-1.1.0
├── bin
│   ├── git-nbdiffdriver
│   ├── git-nbdifftool
│   ├── git-nbmergedriver
│   ├── git-nbmergetool
│   ├── hg-nbdiff
│   ├── hg-nbdiffweb
│   ├── hg-nbmerge
│   ├── hg-nbmergeweb
│   ├── nbdiff
│   ├── nbdiff-web
│   ├── nbdime
│   ├── nbmerge
│   ├── nbmerge-web
│   └── nbshow
├── etc
│   └── jupyter
│   ├── jupyter_notebook_config.d
│   │   └── nbdime.json
│   └── nbconfig
│   └── notebook.d
│   └── nbdime.json
├── lib
│   └── python3.8
│   └── site-packages
│   ├── nbdime
│   │   ├── args.py
│   │   ├── config.py
│   │   ├── diff_format.py
│   │   ├── diff_format.schema.json
│   │   ├── diffing
│   │   │   ├── directorydiff.py
│   │   │   ├── generic.py
│   │   │   ├── __init__.py
│   │   │   ├── lcs.py
│   │   │   ├── notebooks.py
│   │   │   ├── __pycache__
│   │   │   │   ├── directorydiff.cpython-38.pyc
│   │   │   │   ├── generic.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── lcs.cpython-38.pyc
│   │   │   │   ├── notebooks.cpython-38.pyc
│   │   │   │   ├── seq_bruteforce.cpython-38.pyc
│   │   │   │   ├── seq_difflib.cpython-38.pyc
│   │   │   │   ├── seq_myers.cpython-38.pyc
│   │   │   │   ├── sequences.cpython-38.pyc
│   │   │   │   └── snakes.cpython-38.pyc
│   │   │   ├── seq_bruteforce.py
│   │   │   ├── seq_difflib.py
│   │   │   ├── seq_myers.py
│   │   │   ├── sequences.py
│   │   │   └── snakes.py
│   │   ├── diff_utils.py
│   │   ├── gitfiles.py
│   │   ├── ignorables.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── __main__.py
│   │   ├── merge_format.schema.json
│   │   ├── merging
│   │   │   ├── autoresolve.py
│   │   │   ├── chunks.py
│   │   │   ├── decisions.py
│   │   │   ├── generic.py
│   │   │   ├── __init__.py
│   │   │   ├── notebooks.py
│   │   │   ├── __pycache__
│   │   │   │   ├── autoresolve.cpython-38.pyc
│   │   │   │   ├── chunks.cpython-38.pyc
│   │   │   │   ├── decisions.cpython-38.pyc
│   │   │   │   ├── generic.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── notebooks.cpython-38.pyc
│   │   │   │   └── strategies.cpython-38.pyc
│   │   │   └── strategies.py
│   │   ├── nbdiffapp.py
│   │   ├── nbmergeapp.py
│   │   ├── nbpatchapp.py
│   │   ├── nbshowapp.py
│   │   ├── notebook_ext
│   │   │   └── index.js
│   │   ├── patching.py
│   │   ├── prettyprint.py
│   │   ├── profiling.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── diff_format.cpython-38.pyc
│   │   │   ├── diff_utils.cpython-38.pyc
│   │   │   ├── gitfiles.cpython-38.pyc
│   │   │   ├── ignorables.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── log.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── nbdiffapp.cpython-38.pyc
│   │   │   ├── nbmergeapp.cpython-38.pyc
│   │   │   ├── nbpatchapp.cpython-38.pyc
│   │   │   ├── nbshowapp.cpython-38.pyc
│   │   │   ├── patching.cpython-38.pyc
│   │   │   ├── prettyprint.cpython-38.pyc
│   │   │   ├── profiling.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── _version.cpython-38.pyc
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── files
│   │   │   │   ├── apap--1.ipynb
│   │   │   │   ├── apap--2.ipynb
│   │   │   │   ├── apap--3.ipynb
│   │   │   │   ├── apap.ipynb
│   │   │   │   ├── attachment--change_attachment.ipynb
│   │   │   │   ├── attachment--empty_attachments_list.ipynb
│   │   │   │   ├── attachment.ipynb
│   │   │   │   ├── attachment--remove_attachment.ipynb
│   │   │   │   ├── empty.ipynb
│   │   │   │   ├── error--1.ipynb
│   │   │   │   ├── error--2.ipynb
│   │   │   │   ├── foo--1.ipynb
│   │   │   │   ├── foo--2.ipynb
│   │   │   │   ├── inline-conflict--1.ipynb
│   │   │   │   ├── inline-conflict--2.ipynb
│   │   │   │   ├── inline-conflict--3.ipynb
│   │   │   │   ├── markdown-only--1.ipynb
│   │   │   │   ├── markdown-only--2.ipynb
│   │   │   │   ├── mixed-conflicts--1.ipynb
│   │   │   │   ├── mixed-conflicts--2.ipynb
│   │   │   │   ├── mixed-conflicts--3.ipynb
│   │   │   │   ├── multi_cell_nb--cellchange.ipynb
│   │   │   │   ├── multi_cell_nb.ipynb
│   │   │   │   ├── multi_cell_nb--local.ipynb
│   │   │   │   ├── multi_cell_nb--remote.ipynb
│   │   │   │   ├── multilevel-test-base.ipynb
│   │   │   │   ├── multilevel-test-base-local-diff.json
│   │   │   │   ├── multilevel-test-local.ipynb
│   │   │   │   ├── multilevel-test-merged.ipynb
│   │   │   │   ├── multilevel-test-remote.ipynb
│   │   │   │   ├── output-conflict--1.ipynb
│   │   │   │   ├── output-conflict--2.ipynb
│   │   │   │   ├── output-conflict--3.ipynb
│   │   │   │   ├── single_cell_nb--changed_ec.ipynb
│   │   │   │   ├── single_cell_nb--changed_metadata.ipynb
│   │   │   │   ├── single_cell_nb--changed_output.ipynb
│   │   │   │   ├── single_cell_nb--changed_source.ipynb
│   │   │   │   ├── single_cell_nb--changed_source_output_ec.ipynb
│   │   │   │   ├── single_cell_nb--changed_source_output.ipynb
│   │   │   │   ├── single_cell_nb.ipynb
│   │   │   │   ├── single_cell_nb--json_output_changed.ipynb
│   │   │   │   ├── single_cell_nb--json_output.ipynb
│   │   │   │   ├── source-conflict--1.ipynb
│   │   │   │   ├── source-conflict--2.ipynb
│   │   │   │   ├── source-conflict--3.ipynb
│   │   │   │   ├── src-and-output--1.ipynb
│   │   │   │   ├── src-and-output--2.ipynb
│   │   │   │   ├── test-data-singlecell--1.ipynb
│   │   │   │   ├── test-data-singlecell--2.ipynb
│   │   │   │   ├── unicode--1.ipynb
│   │   │   │   └── unicode--2.ipynb
│   │   │   ├── filters
│   │   │   │   ├── add_helper.py
│   │   │   │   ├── noop.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── add_helper.cpython-38.pyc
│   │   │   │   │   ├── noop.cpython-38.pyc
│   │   │   │   │   └── strip_outputs.cpython-38.pyc
│   │   │   │   └── strip_outputs.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── test_apply_merge.cpython-38.pyc
│   │   │   │   ├── test_args.cpython-38.pyc
│   │   │   │   ├── test_autoresolve.cpython-38.pyc
│   │   │   │   ├── test_cli_apps.cpython-38.pyc
│   │   │   │   ├── test_decision_tools.cpython-38.pyc
│   │   │   │   ├── test_diff.cpython-38.pyc
│   │   │   │   ├── test_diff_format.cpython-38.pyc
│   │   │   │   ├── test_diff_gitrefs.cpython-38.pyc
│   │   │   │   ├── test_diff_json_conversion.cpython-38.pyc
│   │   │   │   ├── test_diff_performance.cpython-38.pyc
│   │   │   │   ├── test_diff_sequence_bruteforce.cpython-38.pyc
│   │   │   │   ├── test_diff_sequence.cpython-38.pyc
│   │   │   │   ├── test_diff_sequence_difflib.cpython-38.pyc
│   │   │   │   ├── test_directory_differ.cpython-38.pyc
│   │   │   │   ├── test_git_diffdriver.cpython-38.pyc
│   │   │   │   ├── test_git_filter_integration.cpython-38.pyc
│   │   │   │   ├── test_hg_differ.cpython-38.pyc
│   │   │   │   ├── test_js_artifacts_installed.cpython-38.pyc
│   │   │   │   ├── test_merge.cpython-38.pyc
│   │   │   │   ├── test_merge_format.cpython-38.pyc
│   │   │   │   ├── test_merge_notebooks.cpython-38.pyc
│   │   │   │   ├── test_merge_notebooks_inline.cpython-38.pyc
│   │   │   │   ├── test_myers.cpython-38.pyc
│   │   │   │   ├── test_notebook_diff.cpython-38.pyc
│   │   │   │   ├── test_package.cpython-38.pyc
│   │   │   │   ├── test_patch.cpython-38.pyc
│   │   │   │   ├── test_prettyprint.cpython-38.pyc
│   │   │   │   ├── test_server_extension.cpython-38.pyc
│   │   │   │   ├── test_utils.cpython-38.pyc
│   │   │   │   ├── test_web.cpython-38.pyc
│   │   │   │   └── utils.cpython-38.pyc
│   │   │   ├── test_apply_merge.py
│   │   │   ├── test_args.py
│   │   │   ├── test_autoresolve.py
│   │   │   ├── test_cli_apps.py
│   │   │   ├── test_decision_tools.py
│   │   │   ├── test_diff_format.py
│   │   │   ├── test_diff_gitrefs.py
│   │   │   ├── test_diff_json_conversion.py
│   │   │   ├── test_diff_performance.py
│   │   │   ├── test_diff.py
│   │   │   ├── test_diff_sequence_bruteforce.py
│   │   │   ├── test_diff_sequence_difflib.py
│   │   │   ├── test_diff_sequence.py
│   │   │   ├── test_directory_differ.py
│   │   │   ├── test_git_diffdriver.py
│   │   │   ├── test_git_filter_integration.py
│   │   │   ├── test_hg_differ.py
│   │   │   ├── test_js_artifacts_installed.py
│   │   │   ├── test_merge_format.py
│   │   │   ├── test_merge_notebooks_inline.py
│   │   │   ├── test_merge_notebooks.py
│   │   │   ├── test_merge.py
│   │   │   ├── test_myers.py
│   │   │   ├── test_notebook_diff.py
│   │   │   ├── test_package.py
│   │   │   ├── test_patch.py
│   │   │   ├── test_prettyprint.py
│   │   │   ├── test_server_extension.py
│   │   │   ├── test_utils.py
│   │   │   ├── test_web.py
│   │   │   └── utils.py
│   │   ├── utils.py
│   │   ├── vcs
│   │   │   ├── git
│   │   │   │   ├── diffdriver.py
│   │   │   │   ├── difftool.py
│   │   │   │   ├── filter_integration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mergedriver.py
│   │   │   │   ├── mergetool.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── diffdriver.cpython-38.pyc
│   │   │   │   ├── difftool.cpython-38.pyc
│   │   │   │   ├── filter_integration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── mergedriver.cpython-38.pyc
│   │   │   │   └── mergetool.cpython-38.pyc
│   │   │   ├── hg
│   │   │   │   ├── diff.py
│   │   │   │   ├── diffweb.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── merge.py
│   │   │   │   ├── mergeweb.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── diff.cpython-38.pyc
│   │   │   │   ├── diffweb.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── merge.cpython-38.pyc
│   │   │   │   └── mergeweb.cpython-38.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── _version.py
│   │   └── webapp
│   │   ├── __init__.py
│   │   ├── nbdifftool.py
│   │   ├── nbdiffweb.py
│   │   ├── nbdimeserver.py
│   │   ├── nbmergetool.py
│   │   ├── nbmergeweb.py
│   │   ├── nb_server_extension.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── nbdifftool.cpython-38.pyc
│   │   │   ├── nbdiffweb.cpython-38.pyc
│   │   │   ├── nbdimeserver.cpython-38.pyc
│   │   │   ├── nbmergetool.cpython-38.pyc
│   │   │   ├── nbmergeweb.cpython-38.pyc
│   │   │   ├── nb_server_extension.cpython-38.pyc
│   │   │   └── webutil.cpython-38.pyc
│   │   ├── static
│   │   │   ├── 14279fa7b78ac2230a015925b603a1f7.eot
│   │   │   ├── 1c8b268ec020a3aa5cd211cdda05fe2b.png
│   │   │   ├── 1.nbdime.js
│   │   │   ├── 1.nbdime.js.map
│   │   │   ├── 200b3fc810ff360a023c4cc309f77e5a.png
│   │   │   ├── 2.nbdime.js
│   │   │   ├── 2.nbdime.js.map
│   │   │   ├── 5fa1b8f25b4aa8787f70d5b6b7f0b90f.ttf
│   │   │   ├── 657723dc996cf0ae6b4c6110f5d4ddab.woff
│   │   │   ├── 6fdb722c94434811f89a68eafc4531f8.eot
│   │   │   ├── 7a564d5604efdab6ca2325dcced48457.png
│   │   │   ├── 90247cfdde1bd7b76d804a797d5dec56.ttf
│   │   │   ├── 995a1d96b1fef026c61ac03f4c6ff841.png
│   │   │   ├── cd1a26696ebf17a89545a3f9067d7028.woff
│   │   │   ├── favicon.ico
│   │   │   ├── fcad2f97acb3c868bd1ca7629d36d80e.svg
│   │   │   ├── nbdime.js
│   │   │   └── nbdime.js.map
│   │   ├── templates
│   │   │   ├── compare.html
│   │   │   ├── diff.html
│   │   │   ├── difftool.html
│   │   │   ├── merge.html
│   │   │   ├── mergetool.html
│   │   │   └── nbdimepage.html
│   │   ├── testnotebooks
│   │   │   ├── base.ipynb
│   │   │   ├── cellchange.ipynb
│   │   │   ├── local.ipynb
│   │   │   ├── remote.ipynb
│   │   │   ├── scrollA.ipynb
│   │   │   └── scrollB.ipynb
│   │   └── webutil.py
│   └── nbdime-1.1.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
├── lab
│   └── extensions
│   └── nbdime-jupyterlab-1.0.0.tgz
└── nbextensions
└── nbdime
└── index.js
40 directories, 292 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment