jupyterlab-hdf5 icon indicating copy to clipboard operation
jupyterlab-hdf5 copied to clipboard

Open and explore HDF5 files in JupyterLab. Can handle very large (TB) sized files, and datasets of any dimensionality

Results 21 jupyterlab-hdf5 issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

tag:dependencies

### Problem Having `jupyterlab-hdf5` packaged on conda-forge will be useful to avoid mixing libraries installed by pip and conda in a conda-managed python distribution. See for example packaging of https://github.com/matplotlib/ipympl,...

enhancement

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

tag:dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

tag:dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

tag:dependencies

Hello, I try to open some .h5 files in Jupyterlab 1.2.5 and jupyterlabhdf 0.3.0 but this error appears: Directory not found "hdf:" I have jupyterhub running remotely in a linux...

having the type of the index labels be a list of python `slice` objects on the python side and an array of `ISlice` objects on the typescript side is, at...

type:enhancement
tag:refactor
tag:frontend
tag:backend

1. https://h5web.panosc.eu/?file=dtype.h5 2. Select `specified` to show datasets created with specific dtypes. The datasets created with one of h5py's [special types](https://docs.h5py.org/en/stable/special.html) cannot be fetched (500 server error): ![image](https://user-images.githubusercontent.com/2936402/113699089-6c0e2980-96d5-11eb-9561-e62462db888e.png)

type:enhancement
tag:backend

There's a bunch of places in the codebase where I call the internal path to a specific object within an HDF5 the `uri`. This is a misnomer, and should be...

type:maintainence
tag:refactor