标签:执行 visio 使用 app bool row 深度学习 启动 自定义
使用ubuntu环境
安装miniconda3
查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等
pip install jupyter d2l torch torchvision
wget https://zh-v2.d2l.ai/d2l-zh.zip
unzip d2l-zh.zip
jupyter notebool
pip install rise
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user --skip-running-check
# 自定义密码,当前为空
jupyter notebook --no-browser --port=8888 --ip=0.0.0.0 --NotebookApp.token=‘‘ --NotebookApp.password=‘‘
标签:执行 visio 使用 app bool row 深度学习 启动 自定义
原文地址:https://www.cnblogs.com/startnow/p/14802432.html