Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 16:00
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/2572f12b25ef73d3a90bfaed121cb646 to your computer and use it in GitHub Desktop.
Save ryantm/2572f12b25ef73d3a90bfaed121cb646 to your computer and use it in GitHub Desktop.
/nix/store/ypk3j5daxa8sn927g7ybdyc8lrmg5hf7-python3.7-jupytext-1.2.3
├── bin
│   └── jupytext
├── etc
│   └── jupyter
│   ├── jupyter_notebook_config.d
│   │   └── jupytext.json
│   ├── jupyter_server_config.d
│   │   └── jupytext.json
│   └── nbconfig
│   └── notebook.d
│   └── jupytext.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupytext
│   │   ├── cell_metadata.py
│   │   ├── cell_reader.py
│   │   ├── cell_to_text.py
│   │   ├── cli.py
│   │   ├── combine.py
│   │   ├── compare.py
│   │   ├── contentsmanager.py
│   │   ├── formats.py
│   │   ├── header.py
│   │   ├── __init__.py
│   │   ├── jupytext.py
│   │   ├── kernels.py
│   │   ├── languages.py
│   │   ├── magics.py
│   │   ├── metadata_filter.py
│   │   ├── nbextension
│   │   │   ├── index.js
│   │   │   ├── jupytext_menu.png
│   │   │   ├── jupytext_menu_zoom.png
│   │   │   ├── jupytext.yml
│   │   │   └── README.md
│   │   ├── paired_paths.py
│   │   ├── pandoc.py
│   │   ├── pep8.py
│   │   ├── __pycache__
│   │   │   ├── cell_metadata.cpython-37.pyc
│   │   │   ├── cell_reader.cpython-37.pyc
│   │   │   ├── cell_to_text.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── combine.cpython-37.pyc
│   │   │   ├── compare.cpython-37.pyc
│   │   │   ├── contentsmanager.cpython-37.pyc
│   │   │   ├── formats.cpython-37.pyc
│   │   │   ├── header.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jupytext.cpython-37.pyc
│   │   │   ├── kernels.cpython-37.pyc
│   │   │   ├── languages.cpython-37.pyc
│   │   │   ├── magics.cpython-37.pyc
│   │   │   ├── metadata_filter.cpython-37.pyc
│   │   │   ├── paired_paths.cpython-37.pyc
│   │   │   ├── pandoc.cpython-37.pyc
│   │   │   ├── pep8.cpython-37.pyc
│   │   │   ├── reraise.cpython-37.pyc
│   │   │   ├── stringparser.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── reraise.py
│   │   ├── stringparser.py
│   │   └── version.py
│   └── jupytext-1.2.3.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.0.2.tgz
└── nbextensions
└── jupytext
├── index.js
├── jupytext_menu.png
├── jupytext_menu_zoom.png
├── jupytext.yml
└── README.md
21 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment