Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 05:13
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/c1d9a04ec3b37a0b76fbba5cf8777239 to your computer and use it in GitHub Desktop.
Save r-ryantm/c1d9a04ec3b37a0b76fbba5cf8777239 to your computer and use it in GitHub Desktop.
/nix/store/rhv4dswf82ssc4hpk9ym6k3hd8ypg99h-nbstripout-0.3.9
├── bin
│   └── nbstripout
├── lib
│   └── python3.8
│   └── site-packages
│   ├── nbstripout
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── _nbstripout.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── _nbstripout.cpython-38.pyc
│   │   │   └── _utils.cpython-38.pyc
│   │   └── _utils.py
│   └── nbstripout-0.3.9.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment