从开始快捷菜单点击jupyter notebook,只会出现jupter notebook(Anaconda3)这个窗口闪黑一下。尝试直接点击jupyter-notebook.exe启动,同样闪黑。尝试重启防火墙和在环境变量中重新添加路径,还是打不开。
不知道是什么原因导致的,但是想尽量不要重装Anaconda,因为安了很多包,觉得重装这些很麻烦…
jupyter notebook打不开
报错为:
C:\Users\Administrator>jupyter notebook
Fatal error in launcher: Unable to create process using '“e:\python\python.exe” “G:\python\Scripts\jupyter-notebook.EXE” ': ???
原因为:
电脑重装过系统python原先在e盘,现在变为g盘,jupyter notebook识别不到,重新下载Anaconda 打开jupyter notebook 也失败
解决方法:
下载hedit软件分别打开jupyter.exe和jupyter-notebook.exe将其中e:\替换为g:\即可