Open
Description
The global-gateway
branch enables a global gateway
field of PyImageJ, along with a new callback registration function when_imagej_starts
, so that it becomes possible to start PyImageJ in gui
mode along with additional actions you want to perform with the newly created ij
instance. This is especially useful on macOS, which does not currently support the interactive
mode. Initial testing of this feature by @ctrueden and @elevans indicates it's working, so it needs to be polished up, filed as a PR, reviewed, and merged ASAP, to bring this functionailty to Mac users. (Sadly, it will not solve all the problems on Mac—use of the ImageJ/Fiji GUI from Jupyter for example—but it is still better than what we have now.)