euporie.core.kernel.local.DisplayGlobal

class euporie.core.kernel.local.DisplayGlobal(kernel: LocalPythonKernel)

A display() function that dispatches to thread-specific callbacks.

This class implements the global display() function used to show rich output in notebooks. It routes display calls to the appropriate output callbacks.