You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
Is how I did it for napari-imagej. But I think this won't work for your use case because your code needs to continue on the main thread, no? So then we are looking at another option, which I haven't coded yet: pass the rest of your code to a new callback function that PyImageJ calls after doing ij.ui().showUI() in GUI mode.
The text was updated successfully, but these errors were encountered:
This means using:
[] using pyimagej not in interactive mode
[] write bash scripts for conda constructor
Avoiding pyimagej interactive is the crucial part. Directions given by Curtis:
The text was updated successfully, but these errors were encountered: