localinterfaces.py 155 B

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