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

Jupyter-lab is not giving the graphical display but just showing the object #105

Closed alexander-reeves closed 1 year ago

alexander-reeves commented 1 year ago

When I run the example for your package the object: is displayed instead of the graphical interface- what am I doing wrong:).

loichuder commented 1 year ago

This can happen when using the classical notebook interface instead of JupyterLab.

Did you launch your Jupyter app via jupyter lab ?

If you did, could you tell me which version of JupyterLab you used ?

alexander-reeves commented 1 year ago

Hi thanks a lot for getting back to me so quickly, I did launch a Jupyter lab - but I realized that in my environment it was not installed via pip yet! Now everything is working- many thanks:)

loichuder commented 1 year ago

Ha great to know :slightly_smiling_face: