Peter Sobolewski
Peter Sobolewski
I was referring to the last case in this post: https://github.com/napari/napari/pull/6730#issuecomment-2095431265 What I meant by reset_view is that I think the screenshot behavior when not including the viewer (via kwarg...
Sorry I wasn't clear. I just think this PR makes it too complex, so I want to simplify things. Here's how I think it should work: - screenshot with viewer:...
Thanks for this! I wonder if this is better as a narrative docs page on napari.org, rather than just the gallery? but you do cleverly use napari to show the...
> > Thanks for this! I wonder if this is better as a narrative docs page on napari.org, rather than just the gallery? but you do cleverly use napari to...
I updated the issue https://github.com/napari/napari/issues/7009 -- turns out I had noted the box text clipping, just forgot.
Thanks, everything looks good to me. not sure what's up with the docs build `AttributeError: 'Window' object has no attribute '_qt_window'` Re-running the docs CI... 🤞 Huh. I don't get...
Ok, I'm going to summarize where we stand thanks to sleuthing by @Czaki @TimMonko and @lucyleeow - the example uses code cells (`######`) which don't persist the viewer, resulting in...
I mean in a normal notebook workflow, if you open a viewer in the first cell you can interact with it in all the subsequent ones--taking nbscreenshot as you go....
I've created an issue in the docs repo regarding the scraper behavior: https://github.com/napari/docs/issues/527
Thanks again @TimMonko ❤️ I made a new issue for the wrong docstrings you identified in the OP https://github.com/napari/napari/issues/7405