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 84 nwbwidgets issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/844306/138295752-4a78fa12-1379-4895-8f9c-faef1d6d236f.png) * On raster, show unobserved intervals with shaded area * On histogram, correct firing rate calculation by taking into account observed intervals

I think we should have a BaseNWBWidget class that all widgets would extend. Something like: ```python class BaseNWBWidget(): def __init__(self): self.controls = None self.figure = None @abstractmethod def update_figure(self): pass...

I have an NWBFile where a column of the UnitsTable contains references to a DynamicTableRegion, specifically to particular IDs of the ElectrodesTable. Note however that what we're seeing here likely...

Similar to how it is done with the multi-select in the PSTH widget

Creating place field class

see https://scikit-learn.org/stable/developers/contributing.html#writing-matplotlib-related-tests and https://github.com/scikit-learn/scikit-learn/blob/d2735911c2f636e0c83db5617afddc62b72ee770/sklearn/conftest.py

The plots of the sweep sequences are rendered outside of the widget right now. I don't know why

**Below is the screen shot of the 'Fields' tab in the gui:** ![image](https://user-images.githubusercontent.com/11567561/90056554-adfce200-dca4-11ea-8da6-4d7bd9f5d47e.png) **Traces:** ![image](https://user-images.githubusercontent.com/11567561/90056387-6a09dd00-dca4-11ea-852b-ecc6c122861d.png) Shouldn't the time be from `starting_time:(rate*no_samples)`, currently its `starting_time:no_samples` I was expecting the time axis...