I usually start Jupyter Notebook as instructed in this video https://www.youtube.com/watch?v=JId0f7URtOQ
It worked fine up until last week when I reinstalled my OS and reinstalled Anaconda.
Now, when I do the same thing it opens Edge browser and does "Bing" search "jupyter notebook" instead. I can still start jupyter notebook by typing "jupyter notebook" directly into Anaconda Prompt.
How do I make it work like the video again?
答案 0 :(得分:0)
我相信anaconda最近改变了它在Windows上安装的方式(我想说2017年的某个地方)。它曾经将自己添加到PATH
;它不再了。更确切地说,在安装过程中添加PATH
现在是一个选项,默认情况下是关闭的。它带有一个可怕的红色警告,会阻止大多数用户这样做。
要在路径中再次添加anaconda,您可以再次安装它,或者将以下文件夹添加到您的路径中,
?
?\Scripts
?\Library\bin
其中?
是您安装的根目录(例如C:\Program Files\Miniconda3
)。