命令行输入jupyter notebook出现问题:
Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
解决方案:
重新安装jupyter notebook, 且启动使用jupyter-notebook
pip install --upgrade --force-reinstall --no-cache-dir jupyter
本文指导读者如何修复Jupyter Notebook执行错误,通过pip进行强制重新安装,并详细说明了命令:pip install --upgrade --force-reinstall --no-cache-dir jupyter。
命令行输入jupyter notebook出现问题:
Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
解决方案:
重新安装jupyter notebook, 且启动使用jupyter-notebook
pip install --upgrade --force-reinstall --no-cache-dir jupyter

被折叠的 条评论
为什么被折叠?