I'm following this video to install Jupyter Notebook using Windows PowerShell. I entered the
scripts
folder and type .\pip install jupyter
, and then it suggested uploading pip
to version 20.1 first. Well, I typed python -m pip install --upgrade pip
as suggested, but nothing happened. If I tried to install Jupyter Notebook again, it would just start a circle once again.
I also tried .\pip3 install jupyter
as some other thread online says. And doing all these in the Python
folder (one level up) but everything is the same.
为什么会这样?安装Python 3.8最新版本的pip时,我得到的不是吗?现在如何实际将其上传到20.1版?
嘿,您可以安装anaconda导航器,该导航器可以提供spyder,jupyter笔记本电脑等。