Anaconda安装正常。然后,我使用yml安装了新环境(tf2)。 (tf2)环境可以运行,但是我的Conda无法启动Jupyter。 我重新安装了Anaconda,现在Jupyter失败了,因为它试图引用在卸载过程中删除的(tf2)env。
我收到此错误:
E 07:18:19.220 NotebookApp] Failed to run the command:
['C:\\anaconda3\\envs\\tf2\\python.exe', '-m', 'ipykernel_launcher', '-f', 'C:\\Users\\*username*\\AppData\\Roaming\\jupyter\\runtime\\kernel-2c1646ef-3a70-4ac0-99b7-d1921d0f5de6.json']
当我的Jupyter笔记本现在持续出现故障时,如何解决此问题?