天天看點

Error executing Jupyter command ‘notebook‘: [Errno 2] No such file or directory

今天在運作jupyter notebook的時候,出現了下面的問題,

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

解決方法

pip install --upgrade --force-reinstall --no-cache-dir jupyter --ignore-installed      

參考文獻