Skip to content

Commit

Permalink
try to screenshot the notification?
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Apr 26, 2024
1 parent cf4b91c commit 64a5333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions napari-workshops/notebooks/spot_detection_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ def print_number_of_points(points_layer: "napari.layers.Points"):
```

```{code-cell} ipython3
nbscreenshot(viewer)
```

```{important}
At the moment, `bind_key` shortcuts cannot overwrite napari builtin shortcuts, even with `overwrite=True`.
Worse yet, this will silently fail, because the builtin napari keybinding *will* trigger.
Expand Down

0 comments on commit 64a5333

Please sign in to comment.