silx-kit / jupyterlab-h5web

A JupyterLab extension to explore and visualize HDF5 file contents. Based on https://github.com/silx-kit/h5web.
MIT License
65 stars 8 forks source link

jupyterlab_h5web is installable through conda-forge #100

Closed srmnitc closed 1 year ago

srmnitc commented 1 year ago

I made a recipe for jupyterlab_h5web in conda-forge: https://github.com/conda-forge/jupyterlab-h5web-feedstock

Therefore, it is installable through conda install -c conda-forge jupyterlab-h5web. It might be good to mention this in the README and other documentation. I would also be happy to add any of the developers as maintainers of the package.

t20100 commented 1 year ago

Great, thanks! 🎉

I made a PR for it that wasn't merged, you can add me as maintainer of the conda package.

srmnitc commented 1 year ago

Done, https://github.com/conda-forge/jupyterlab-h5web-feedstock/pull/3. Thanks!