napari.utils.notifications¶
Classes
Notification at an Error severity level. |
|
Class describing events that occur and can be reacted to with callbacks. |
|
Encapsulates a list of event callbacks. |
|
A Notifcation event. |
|
A notification manager, to route all notifications through. |
|
Severity levels for the notification dialog. |
|
An enumeration. |
|
alias of |
|
Notification at a Warning severity level. |
|
Instances are replaced with an appropriate value in Enum class suites. |
|
The year, month and day arguments are required. |
Functions
- napari.utils.notifications.capture_exception(*_, **__)¶
- napari.utils.notifications.install_error_reporter(*_, **__)¶
- napari.utils.notifications.show_console_notification(notification: napari.utils.notifications.Notification)[source]¶
Show a notification in the console.
- napari.utils.notifications.show_error(message: str)[source]¶
Show an error in the notification manager.