napari.run() - Start the Event Loop#

The napari module provides a function run to start the user interface’s event loop. Currently, napari’s user interface uses the Qt library. See the event loop guide for an explanation of the event loop’s purpose and operation.

napari.run(*[, force, gui_exceptions, ...])

Start the Qt Event Loop