<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
from warnings import warn

warn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)

from traitlets.eventful import *
</pre></body></html>