From 4780025661f0e339d4446b708fa81b018fa33570 2015-04-02 18:39:54 From: Min RK Date: 2015-04-02 18:39:54 Subject: [PATCH] shim jsonutil --- diff --git a/IPython/utils/jsonutil.py b/IPython/utils/jsonutil.py new file mode 100644 index 0000000..c3ee938 --- /dev/null +++ b/IPython/utils/jsonutil.py @@ -0,0 +1,5 @@ +from warnings import warn + +warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil") + +from jupyter_client.jsonutil import *