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

from jupyter_client.localinterfaces import *
</pre></body></html>