<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.log has moved to traitlets.log", stacklevel=2)

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