Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 30, 2020 22:21
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/8f0d53d2df92dcf470c305590abe8358 to your computer and use it in GitHub Desktop.
Save r-ryantm/8f0d53d2df92dcf470c305590abe8358 to your computer and use it in GitHub Desktop.
/nix/store/m7y99kvm5rzy41g3d35z6k0p9la8c71c-python2.7-ipympl-0.5.8
├── etc
│   └── jupyter
│   └── nbconfig
│   └── notebook.d
│   └── jupyter-matplotlib.json
├── lib
│   └── python2.7
│   └── site-packages
│   ├── ipympl
│   │   ├── backend_nbagg.py
│   │   ├── backend_nbagg.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── static
│   │   │   ├── extension.js
│   │   │   ├── index.js
│   │   │   ├── index.js.map
│   │   │   └── package.json
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── ipympl-0.5.8.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
├── lab
│   └── extensions
│   └── jupyter-matplotlib-0.7.4.tgz
└── nbextensions
└── jupyter-matplotlib
├── extension.js
├── index.js
├── index.js.map
└── package.json
17 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment