napari.utils.notifications#
Classes
Notification at an Error severity level. |
|
A Notifcation event. |
|
A notification manager, to route all notifications through. |
|
Severity levels for the notification dialog. |
|
Notification at a Warning severity level. |
Functions
- napari.utils.notifications.show_console_notification(notification: Notification)[source]#
Show a notification in the console.
- napari.utils.notifications.show_debug(message: str)[source]#
Show a debug message in the notification manager.
- napari.utils.notifications.show_error(message: str)[source]#
Show an error in the notification manager.