question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

napari examples in the docs are broken

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tlambert03commented, Dec 29, 2020

no worries… it’s the difficult dance of updating two inter-dependent repos at the same time! 😝

0reactions
alisterburtcommented, Dec 29, 2020

all works as expected! oooh these buttons are fun

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found