欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jupyter notebook - Error executing Jupyter command 'notebook': [Errno 2] No such file or directory

程序员文章站 2022-03-03 16:36:24
...
sudo apt-get install python3-notebook jupyter-core python-ipykernel
sudo apt-get install python3-dev
sudo apt-get install python-dev
sudo -H python3 -m pip --default-timeout=1000 install --index-url https://mirrors.aliyun.com/pypi/simple tensorflow-gpu --ignore-installed six
jupyter notebook --generate-config



注意倒数第二行加上-H 
参考:
https://askubuntu.com/questions/1069380/ubuntu-18-04-jupyter-notebook-error-executing-jupyter-command-notebook-e