Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 660 Bytes

exercise8_napari_magicgui.md

File metadata and controls

18 lines (13 loc) · 660 Bytes

clEsperanto + napari + magicgui

After installing python, also install magicgui:

pip install magicgui

Check out the minimal napari example and the reference of pycleasperanto.

Write an interactive user interface for changing parameters while segmenting / labeling blobs.

Hint: Start your pthon script with:

ipython --gui=qt napari_magicgui.py