错误示例

解决办法
打开一个cmd
查看所有环境
conda env list
重新下载一个Python 虚拟环境
conda create -n jupyter python=3.13
激活环境
conda activate jupyter
用管理员权限打开一个 cmd
提高自己权限
conda init cmd.exe
重新打开一个cmd
激活jupyter
conda activate jupyter
进入自己所属环境内
下载jupyter
pip install jupyter jupyter notebook
进入自己的jupyter网站
最后打开pycharm 将原来的环境替换