napari examples in the docs are broken
See original GitHub issueI just tried to go through the example napari integrations and it seems like they’re currently broken - I guess this is a result of the 0.2.0 update
The decorated functions are returned as FunctionGui objects which can’t be added with the Viewer.add_dock_widget() method, adding the native property of the FunctionGui instead added the widget to the viewer but it wasn’t aware of the napari side of things.
What is the best way to integrate with the napari viewer at the moment? I didn’t find an obvious replacement method in the window of the viewer. Once I know I’d be happy to update the docs accordingly
Hope you’re enjoying the holidays!
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Check for broken links in the documentation · Issue #44 - GitHub
I've noticed some broken links in the napari-plugin-engine documentation pages. We should fix these, possibly with the same link checking we ...
Read more >napari 0.4.2 - napari
2! napari is a fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional ...
Read more >Source code for pathlib - Napari
components (according to MSDN docs). prefix, part = self. ... tail = os.path.split(s) tail_parts.append(tail) if previous_s == s: return path else: return ...
Read more >cells | BIII
The napari-pyclesperanto-assistant is a yet experimental napari plugin ... The jupyter session in the read docs are broken, but the one from ...
Read more >napari: a multi-dimensional image viewer for Python - Zenodo
For more information, examples, and documentation, please visit our website. ... Add napari.utils.notifications to the API docs (#4286) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

no worries… it’s the difficult dance of updating two inter-dependent repos at the same time! 😝
all works as expected! oooh these buttons are fun