zergtant / pytorch-handbook

pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
20.1k stars 5.39k forks source link

1.2.2 配置 Jupyter Notebook普通用户报错 #138

Open shenzhongjun opened 1 year ago

shenzhongjun commented 1 year ago

#写入环境 python -m ipykernel install --name pytorch --display-name "Pytorch for Deeplearning" 报错,/usr/local/share/jupyter: 没有那个文件或目录,代码改为python -m ipykernel install --name pytorch --user --display-name "Pytorch for Deeplearning"后运行成功