NileGraddis
NileGraddis
sphinx.apidoc was moved to sphinx.ext.apidoc and a reroute was added to cover. This reroute [strips out the first element passed to it](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/apidoc.py#L30), which breaks our docs build.
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...
Here is a script that replicates this issue (python 3.6, commit 32f3b037d4ce8771e68c0f091731462c65d3ae4c): ```Python import pynwb import numpy as np def main(): iters = 5 iter_length = 3 data = pynwb.core.NWBData(...
In the spec unit (among others) is an attribute on the data of a timeseries, not on the timeseries itself: https://github.com/NeurodataWithoutBorders/pynwb/blob/85ef17dc5d820deeaf1c40e5ed22e22336b691ec/src/pynwb/data/nwb.base.yaml#L146-L164 This gets cached on the timeseries object upon construction,...
Here is a use pattern that I'm interested in. I don't know whether it is currently supported by pynwb or whether there is a better way to accomplish the same...