An error ocurred while starting the kernel
d:\Program\Anaconda3\lib\site‑packages\pandas\compat_optional.py:138: UserWarning: Pandas requires version ‘2.7.0’ or newer of ‘numexpr’ (version ‘2.6.9’ currently installed).
warnings.warn(msg, UserWarning)
Pandas 依賴 numexpr 包,而改包版本低於2.7.0導致系統報錯。
pip install numexpr --upgrade --user