欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

conda环境下安装jupyter notebook

程序员文章站 2022-06-01 09:52:17
...

设置pip源为阿里源

在终端进入目录:

mkdir .pip

然后在.pip 文件夹内新建一个文件 :

vi .pip/pip.conf

编辑 pip.conf 文件,写入阿里云:

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com

用pip安装jupyter notebook

pip install jupyter notebook

设置账号密码登录

https://www.jianshu.com/p/b1189769aeb2

设置代码自动补全功能

https://www.jianshu.com/p/0ab80f63af8a