localinterfaces.py 169 B

12345
  1. from warnings import warn
  2. warn("IPython.utils.localinterfaces has moved to jupyter_client.localinterfaces", stacklevel=2)
  3. from jupyter_client.localinterfaces import *