# 安装包下载 官网下载 https://www.anaconda.com 清华镜像 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive # 安装 ```bash #Windows 直接运行可执行文件 #Linux bash Anaconda-xx-Linux-86.sh ``` # 其他包 ```bash pip install notebook ```