jupyterlab/jupyterlab-hdf5

Add support for n-dimensional datasets

telamonian opened this issue · 1 comments

nd datasets can be supported by allowing the user to specify a desired 2D slice via an input box on the toolbar and a numpy-like slicing syntax. The default slice would be something like

[:, :, 0, 0, 0, 0, etc]

@telamonian @JonjonHays Any progress on this ? I can help if needed.