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

Glue JupyterLab Extension

Results 13 glue-jupyterlab issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.11.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.11.8) - [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.26.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.16.0...v9.26.0)

Hello again Gluepyter's team, Would you be interested in a collaboration to add aladin-lite as the possible viewers? It is a web app that allows visualization of fits files, votables,...

The glue-jupyter package includes a registry of available viewers - however this isn't currently properly populated so not quite ready for use. But it is just a heads-up that in...

I ran into an issue when trying to load a file with a ':' in the directory name: ``` 'Orion/O:IR Images/Orion_A_J_3x3.fits' ``` when this happens, it looks like ``SharedGlueSession.add_data`` gets...

Currently, we have two slightly different session file structures. The regular session file (from glue core) has be intentionally simplified, as the frontend do not need all its information, and...

When a viewer is closed it should be removed in the session file. Currently the viewer is not referenced anymore in the `viewer_list` but remains in the session file.

bug

![glue](https://github.com/QuantStack/gluepyter/assets/4451292/6fcfc7c9-6dfd-4d6e-9772-fd4d7e40e3b2)

bug

The Glue Qt app has a graph view for the linked data, we should implement the same (cytoscape?)

enhancement
future