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
6bd95fe
chatwine-korean
/
.venv
/
Lib
/
site-packages
/
IPython
/
utils
/
eventful.py
SungBeom
Upload folder using huggingface_hub
4a51346
over 1 year ago
raw
Copy download link
history
blame
Safe
138 Bytes
from
warnings
import
warn
warn(
"IPython.utils.eventful has moved to traitlets.eventful"
, stacklevel=
2
)
from
traitlets.eventful
import
*