nwbwidgets icon indicating copy to clipboard operation
nwbwidgets copied to clipboard

Explore the hierarchical structure of NWB 2.0 files and visualize data with Jupyter widgets.

Results 82 nwbwidgets issues
Sort by recently updated
recently updated
newest added

At the moment, within a single file, the widget merges together the repetitions of different cells, apparently in the following order: `[rep1 cell1], [rep1, cell2], [rep2, cell1], [rep2, cell2]` etc...

When running `behavior.show_spatial_series` on the Buffalo Lab 2017_5_04_processed.nwb, I get an error I haven't been able to track down: ```python --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ~/opt/anaconda3/lib/python3.7/site-packages/traitlets/traitlets.py in validate(self,...

videos can be added as widgets using https://github.com/Who8MyLunch/Jupyter_Video_Widget with the following code: ```python from jpy_video import Video from ipywidgets import widgets vid = Video(fpath) time_slider = widgets.FloatSlider( value=0., min=0., max=50.,...

We can start with some instructions in the *README*. The teaser in the default example is also nice. We could have another notebook with more details and a longer walk-through.

Allen Brain Institute should have data for this. @nicain @lydiang

Substitute plot.ly widgets for the static matplotlib figures to provide an interactive tracing option.

Add interactive spike visualization for [`pynwb.icephys.SweepTable`](https://pynwb.readthedocs.io/en/stable/pynwb.icephys.html#pynwb.icephys.SweepTable). Ideal features: - Overlay sweeps - Enable / disable simultaneous electrode stimulus - Share x-axis - Interactively select electrodes to compare in multiple traces...

I'm looking at a running speed. Rendering the data works fine but the timestamps fail as follows: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~/miniconda3/envs/py37/lib/python3.7/site-packages/ipywidgets/widgets/widget.py in _handle_msg(self, msg) 667...

would be long-term cool to have something like [qgrid](https://github.com/quantopian/qgrid). In the mean time some sort of simple interaction (so that you can see all of a large table) would be...