Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 12:12
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/0584ef249464a22c08bec52df9b95643 to your computer and use it in GitHub Desktop.
Save r-ryantm/0584ef249464a22c08bec52df9b95643 to your computer and use it in GitHub Desktop.
/nix/store/x2d6z5ax1vjjyzk59m8sajriabshh6hm-python3.7-ipydatawidgets-4.1.0
├── etc
│   └── jupyter
│   └── nbconfig
│   └── notebook.d
│   └── jupyter-datawidgets.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ipydatawidgets
│   │   ├── _frontend.py
│   │   ├── __init__.py
│   │   ├── nbextension
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── static
│   │   │   ├── extension.js
│   │   │   ├── index.js
│   │   │   └── index.js.map
│   │   ├── ndarray
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── media.cpython-37.pyc
│   │   │   │   ├── serializers.cpython-37.pyc
│   │   │   │   ├── traits.cpython-37.pyc
│   │   │   │   ├── union.cpython-37.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   ├── serializers.py
│   │   │   ├── traits.py
│   │   │   ├── union.py
│   │   │   └── widgets.py
│   │   ├── __pycache__
│   │   │   ├── _frontend.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── widgets.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_nbextension_path.cpython-37.pyc
│   │   │   │   ├── test_ndarray_serializers.cpython-37.pyc
│   │   │   │   ├── test_ndarray_trait.cpython-37.pyc
│   │   │   │   ├── test_union.cpython-37.pyc
│   │   │   │   └── test_widgets.cpython-37.pyc
│   │   │   ├── test_nbextension_path.py
│   │   │   ├── test_ndarray_serializers.py
│   │   │   ├── test_ndarray_trait.py
│   │   │   ├── test_union.py
│   │   │   └── test_widgets.py
│   │   ├── _version.py
│   │   └── widgets.py
│   └── ipydatawidgets-4.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
├── lab
│   └── extensions
│   └── jupyterlab-datawidgets-6.3.0.tgz
└── nbextensions
└── jupyter-datawidgets
├── extension.js
├── index.js
└── index.js.map
24 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment