This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
152 B
Python
Raw Normal View History

2018-01-05 16:57:38 +00:00
from warnings import warn
warn("yap_ipython.utils.jsonutil has moved to jupyter_client.jsonutil", stacklevel=2)
from jupyter_client.jsonutil import *