Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 09:05
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 r-ryantm/c2b2d891f63d6f7088a50681b43e3cdd to your computer and use it in GitHub Desktop.
Save r-ryantm/c2b2d891f63d6f7088a50681b43e3cdd to your computer and use it in GitHub Desktop.
/nix/store/slijgdi4fckx2g67jf967vbfajj4pn8y-python2.7-jupytext-1.3.4
├── bin
│   └── jupytext
├── etc
│   └── jupyter
│   ├── jupyter_notebook_config.d
│   │   └── jupytext.json
│   ├── jupyter_server_config.d
│   │   └── jupytext.json
│   └── nbconfig
│   └── notebook.d
│   └── jupytext.json
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jupytext
│   │   ├── cell_metadata.py
│   │   ├── cell_metadata.pyc
│   │   ├── cell_reader.py
│   │   ├── cell_reader.pyc
│   │   ├── cell_to_text.py
│   │   ├── cell_to_text.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── combine.py
│   │   ├── combine.pyc
│   │   ├── compare.py
│   │   ├── compare.pyc
│   │   ├── contentsmanager.py
│   │   ├── contentsmanager.pyc
│   │   ├── formats.py
│   │   ├── formats.pyc
│   │   ├── header.py
│   │   ├── header.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── jupytext.py
│   │   ├── jupytext.pyc
│   │   ├── kernels.py
│   │   ├── kernels.pyc
│   │   ├── languages.py
│   │   ├── languages.pyc
│   │   ├── magics.py
│   │   ├── magics.pyc
│   │   ├── metadata_filter.py
│   │   ├── metadata_filter.pyc
│   │   ├── nbextension
│   │   │   ├── index.js
│   │   │   ├── jupytext_menu.png
│   │   │   ├── jupytext_menu_zoom.png
│   │   │   ├── jupytext.yml
│   │   │   └── README.md
│   │   ├── paired_paths.py
│   │   ├── paired_paths.pyc
│   │   ├── pandoc.py
│   │   ├── pandoc.pyc
│   │   ├── pep8.py
│   │   ├── pep8.pyc
│   │   ├── reraise.py
│   │   ├── reraise.pyc
│   │   ├── stringparser.py
│   │   ├── stringparser.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── jupytext-1.3.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
├── lab
│   └── extensions
│   └── jupyterlab-jupytext-1.1.1.tgz
└── nbextensions
└── jupytext
├── index.js
├── jupytext_menu.png
├── jupytext_menu_zoom.png
├── jupytext.yml
└── README.md
20 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment