napari-imagej
napari-imagej copied to clipboard
Use ImageJ functionality from napari
[This line](https://github.com/imagej/napari-imagej/blob/e2bfdebff719e0192fb446cb3c8d844a78a98a70/src/napari_imagej/widgets/widget_utils.py#L123) in `src/napari-imagej/widgets/widget_utils.py` tries to call a non-existing function on the `QDialog` used to display error messages from exceptions in Java - it breaks (at least) with PySide2. Should...
In #265, @kephale added a widget that replicates the [Script Interpreter](https://imagej.net/scripting/interpreter) in napari-imagej. However we noted on [Zulip](https://imagesc.zulipchat.com/#narrow/stream/328100-scyjava.2Bpyimagej/topic/napari-imagej.20ScriptREPL.20positioning/near/474103316) that ideally, we wouldn't need to add a second console - we...
`SearchResult` icons that point to a resource on the web would ideally be loaded into the results tree, however there are many of them, and they are not unique. We...
For some reason, xarray v2024.10.0 and above breaks CI on Ubuntu, with Python 3.12. At the end of this issue is a snippet of the [CI failure](https://github.com/imagej/napari-imagej/actions/runs/11349479688/job/32247463073#step:9:59), saved because the...
I was running the [BoneJ2 Use Case](https://github.com/imagej/napari-imagej/blob/main/doc/examples/bonej.rst), and I noticed in one step my SciJava table added a new row. I've narrowed things down to the following reproducible steps: 1....
As I've now found out with both d9fc267 and #307, napari-imagej seems to work poorly with local installations. It would be great to regularly test with a local installation, maybe...
This issue came up when trying to reproduce #127 Many SciJava `Module`s have optional parameters. `Layer` parameters can be made optional, but e.g. `int`/`float` parameters cannot. We should make a...