我在ubuntu上安装了jupyter,有些东西弄乱了。我尝试了其他方法(有些使用sudo),但没有任何效果。
试图从jupyter
,../.local/lib/python3.8/site-packages/...
/usr/local/
等删除所有名为/usr/lib/
的文件和文件夹。但是每次我想使用pip3 install jupyterlab
重新安装时,都会显示此错误:
Requirement already satisfied: Successfully installed jupyter-client-6.1.7 jupyter-core-4.6.3 jupyterlab-2.2.8 jupyterlab-pygments-0.1.1 jupyterlab-server-1.2.0
当我尝试使用jupyter notebook
运行时,它说:
Exception: Jupyter command jupyter-notebook not found.
我尝试了pip3 uninstall jupyter
和其他方式来卸载和安装,但没有用。