def clear_all_notifications(): """ Removes all notifications from adagios notification panel """ notifications.clear() return "all notifications cleared"