We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#写入环境 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"后运行成功
#写入环境 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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#写入环境 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"
后运行成功The text was updated successfully, but these errors were encountered: