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_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.