Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 18:34
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/0c9008a41c4339422fa5c63409984222 to your computer and use it in GitHub Desktop.
Save ryantm/0c9008a41c4339422fa5c63409984222 to your computer and use it in GitHub Desktop.
/nix/store/iqg53sai2504dmp0f4gk90jq8yfb9pq4-python3.7-vega-2.3.2
├── etc
│   └── jupyter
│   └── nbconfig
│   └── notebook.d
│   └── vega.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── vega
│   │   ├── base.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── vega.cpython-37.pyc
│   │   │   └── vegalite.cpython-37.pyc
│   │   ├── static
│   │   │   ├── index.js
│   │   │   ├── index.js.map
│   │   │   └── vega.js
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_outputs.cpython-37.pyc
│   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   ├── test_outputs.py
│   │   │   └── test_utils.py
│   │   ├── utils.py
│   │   ├── vegalite.py
│   │   └── vega.py
│   └── vega-2.3.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
└── nbextensions
└── jupyter-vega
├── index.js
└── index.js.map
18 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment