Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SungBeom
/
chatwine-korean
like
4
Runtime error
App
Files
Files
Community
1677bcd
chatwine-korean
/
.venv
/
Lib
/
site-packages
/
IPython
/
utils
/
jsonutil.py
SungBeom
Upload folder using huggingface_hub
4a51346
over 1 year ago
raw
Copy download link
history
blame
Safe
148 Bytes
from
warnings
import
warn
warn(
"IPython.utils.jsonutil has moved to jupyter_client.jsonutil"
, stacklevel=
2
)
from
jupyter_client.jsonutil
import
*