Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 16, 2021 01:10
Show Gist options
  • Save r-ryantm/7256b1c9f7050d05a90f7846651f229e to your computer and use it in GitHub Desktop.
Save r-ryantm/7256b1c9f7050d05a90f7846651f229e to your computer and use it in GitHub Desktop.
/nix/store/axg7yrjga0c5vqqn99n81v3mp5igwgxr-python3.7-ipyvue-1.5.0
├── etc
│   └── jupyter
│   └── nbconfig
│   └── notebook.d
│   └── jupyter-vue.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ipyvue
│   │   ├── ForceLoad.py
│   │   ├── Html.py
│   │   ├── __init__.py
│   │   ├── labextension
│   │   │   ├── package.json
│   │   │   └── static
│   │   │   ├── 125.3026de6bea673176ffeb.js
│   │   │   ├── 144.81627a437ddb30c1414d.js
│   │   │   ├── 144.81627a437ddb30c1414d.js.LICENSE.txt
│   │   │   ├── 261.50d6267aad34854fc2a8.js
│   │   │   ├── 486.2cc498c16a7e9a1a161b.js
│   │   │   ├── 486.2cc498c16a7e9a1a161b.js.LICENSE.txt
│   │   │   ├── 730.02f85e52efaaf133fbc2.js
│   │   │   ├── 848.cb76f2f4b310a1ff0d55.js
│   │   │   ├── remoteEntry.8b2d16b6f8ed831ddea6.js
│   │   │   └── style.js
│   │   ├── nbextension
│   │   │   ├── extension.js
│   │   │   ├── index.js
│   │   │   ├── index.js.map
│   │   │   ├── nodeps.js
│   │   │   └── nodeps.js.map
│   │   ├── __pycache__
│   │   │   ├── ForceLoad.cpython-37.pyc
│   │   │   ├── Html.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Template.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   ├── VueComponentRegistry.cpython-37.pyc
│   │   │   ├── VueTemplateWidget.cpython-37.pyc
│   │   │   └── VueWidget.cpython-37.pyc
│   │   ├── Template.py
│   │   ├── _version.py
│   │   ├── VueComponentRegistry.py
│   │   ├── VueTemplateWidget.py
│   │   └── VueWidget.py
│   └── ipyvue-1.5.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
├── lab
│   └── extensions
│   └── jupyter-vue-1.5.0.tgz
├── labextensions
│   └── jupyter-vue
│   ├── package.json
│   └── static
│   ├── 125.3026de6bea673176ffeb.js
│   ├── 144.81627a437ddb30c1414d.js
│   ├── 144.81627a437ddb30c1414d.js.LICENSE.txt
│   ├── 261.50d6267aad34854fc2a8.js
│   ├── 486.2cc498c16a7e9a1a161b.js
│   ├── 486.2cc498c16a7e9a1a161b.js.LICENSE.txt
│   ├── 730.02f85e52efaaf133fbc2.js
│   ├── 848.cb76f2f4b310a1ff0d55.js
│   ├── remoteEntry.8b2d16b6f8ed831ddea6.js
│   └── style.js
└── nbextensions
└── jupyter-vue
├── extension.js
├── index.js
├── index.js.map
├── nodeps.js
└── nodeps.js.map
23 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment