jsonutil.py 148 B

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