This is nwb-jupyter-widgets, widgets for viewing the contents of a NWB-file in Jupyter Notebooks using ipywidgets.
Project description
nwb-jupyter-widgets
Jupyter Widgets for NWB files. This repo defines a structure for navigating the hierarchical structure with widgets in a jupyter notebook. It is designed to work out-of-the-box with NWB:N 2.0 files and to be easy to extend. Currently most of the visualizations are pretty rudimentary, and we would be happy to work with anyone interested in implementing visualizations.
authors: Matt McCormick (matt.mccormick@kitware.com) and Ben Dichter (bdichter@lbl.gov)
Installation
pip install nwbwidgets
Usage
from pynwb import NWBHDF5IO
from nwbwidgets import nwb2widget
io = NWBHDF5IO('path/to/file.nwb', mode='r')
nwb = io.read()
nwb2widget(nwb)
Demo
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nwbwidgets-0.0.4.tar.gz
.
File metadata
- Download URL: nwbwidgets-0.0.4.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 035eb9c01f52b11f1fe7c15b27cd4975c936f635b96e01b9bcedeb8afc3734af |
|
MD5 | a0252a28fa7dc50c5fe0b7787ba91a01 |
|
BLAKE2b-256 | 8d3f168b5e9992f41c64618b21a0a9226712a233320a4b93e3ae604c705eb55f |
File details
Details for the file nwbwidgets-0.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: nwbwidgets-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a6e10c66eeffd73ef27cb6b7f114f8653176466c1ef75dae05ac11df66af7b |
|
MD5 | 7f8c23563a1ab1390a330142854c6f25 |
|
BLAKE2b-256 | 6b0f9b3dee3681485afe88c7300bc5c3895f12a463d383c983222227eeb0909b |