一、下载并安装miniconda
https://docs.anaconda.com/free/miniconda/index.html
注意:配置环境变量
二、下载并解压代码
https://zh.d2l.ai/d2l-zh-1.0.zip
三、使用conda创建环境
1.配置清华镜像
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple2.下载压缩包中environment.yml中的软件


conda init --system --all
conda env create -f environment.yml
conda activate gluon
pip list四、打开jupyter
在代码目录cmd,输入jupyter notebook 回车
注意:相关依赖下载 例如:pip install notebook

















