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

光看这个问题解决还是比较麻烦,试了很多方法,最终方案:

pip uninstall -y jupyterlab && pip install jupyterlab

然后使用的打开命令是:
jupyter-lab

其他更多方案,参考这个github
https://github.com/jupyterlab/jupyterlab/issues/3921

你可能感兴趣的:(linux,Notebook,jupyter,python,ide)