Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 8, 2019 08:31
Show Gist options
  • Save ryantm/44ec87b4d780a183fac5c1585f7cd187 to your computer and use it in GitHub Desktop.
Save ryantm/44ec87b4d780a183fac5c1585f7cd187 to your computer and use it in GitHub Desktop.
/nix/store/k3jbib31q8a1v6f4d18izkksarb101pp-python3.7-nbval-0.9.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nbval
│   │   ├── cover.py
│   │   ├── __init__.py
│   │   ├── kernel.py
│   │   ├── nbdime_reporter.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── cover.cpython-37.pyc
│   │   │   ├── cover.cpython-37-pytest-5.1.0.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __init__.cpython-37-pytest-5.1.0.pyc
│   │   │   ├── kernel.cpython-37.pyc
│   │   │   ├── kernel.cpython-37-pytest-5.1.0.pyc
│   │   │   ├── nbdime_reporter.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── plugin.cpython-37-pytest-5.1.0.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── _version.cpython-37-pytest-5.1.0.pyc
│   │   └── _version.py
│   └── nbval-0.9.3.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment