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_info(message: str)[source]¶
Show an info message 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: napari.utils.notifications.Notification)[source]¶
Show a notification in the console.