mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
5 lines
134 B
Python
5 lines
134 B
Python
from warnings import warn
|
|
|
|
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
|
|
|
|
from jupyter_client.jsonutil import *
|