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

change type of index labels from slice to range

Open telamonian opened this issue 4 years ago • 0 comments

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 best, very confusing. I'm essentially using each "slice" here to define a range of index values, so let's just call these things range (python) and IRange (typescript) instead.

To clarify, I'm proposing simply to change the names of these types, not any behavior

telamonian avatar Dec 17 '20 03:12 telamonian