##// END OF EJS Templates
shim jsonutil
Min RK -
Show More
@@ -0,0 +1,5 b''
1 from warnings import warn
2
3 warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
4
5 from jupyter_client.jsonutil import *
General Comments 0
You need to be logged in to leave comments. Login now