Anaconda下载慢
为了录视频,想演示下anaconda安装使用,所以卸载了打算重新安装。没想到下载了半天都下载不下来,刚好这个月清华镜像也不能用。反正很多库暂时用不到,所以先把录视频所需的几样东西安装好了就行了…
重新下载安装
需要的东西:
- python (在官网下载)
- numpy (cmd输入pip install numpy)
- pandas (cmd输入pip install pandas)
- matplotlib (cmd输入pip install matplotlib)
- jupyter notebook (cmd输入pip install jupyter)
Jupyter notebook
error
安装了之后我输入jupyter,报错:
1 | jupyter: error: one of the arguments --version subcommand --config-dir --data-dir --runtime-dir --paths is required |
解决方法:cmd输入
1 | jupyter notebook |
就能打开本地http://localhost:8888/tree,浏览器会自动弹出。