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