napari.utils.notifications#

Classes

NotificationSeverity

Severity levels for the notification dialog.

Notification

A Notifcation event.

ErrorNotification

Notification at an Error severity level.

WarningNotification

Notification at a Warning severity level.

NotificationManager

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.