We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f88ba commit 8a780aaCopy full SHA for 8a780aa
CP5/active_plugins/appose_demo.py
@@ -128,6 +128,8 @@ def run(self, workspace):
128
if self.show_window:
129
...
130
131
+ # credit to Curtis Rueden:
132
+ # https://github.com/ctrueden/appose-napari-demo/blob/a803e50347a023578afdd9ddc2c287567d5445fc/napari-show.py
133
def send_to_napari(self, img_data=None):
134
env = appose.base(str(self.package_path)).build()
135
with env.python() as python:
0 commit comments