jsonutil.py 134 B

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