Peter Sobolewski
Peter Sobolewski
What I don't get is why jupyter gets caught by that `if` From jupyter, all that code works and `shell.active_eventloop` returns None, so the logic should fire, because `shell.active_eventloop ==...
Dropping the `if` seems to work fine with jupyter and ipython, but I'm not sure how to test this better: https://github.com/psobolewskiPhD/napari/tree/fix_notif_jupyter
In case anyone else was confused like me, basically what this allows you to do is to control the opacity over pixel values. Right now in napari everything below the...
Ok, yea that makes sense. I never use the select tool, wowza yeah, that was bad! There is still something off with the highlight when using canvas_size_limits. When you zoom...
Actually, I wonder if : https://github.com/napari/napari/pull/6894 will fix that...
I've modified things so that only in case of Shapes -> labels the src (shapes) layer is preserved and not pop'd. I actually had this come up in a workshop...
Here's the matching docs PR: https://github.com/napari/docs/pull/414
I updated this, the test, and the docs PR to cover float images not popped.
Note that you can zoom while drawing, but not pan. This is tricky with the drag based tools, rather than click to place vertex. In the later option 3 would...
Looks sweet! I did the `logger.setLevel('DEBUG')` and got some ipykernel stuff there so it's working. I couldn't figure out how to get it to log notifications, like if something uses...