【windows】卸载Jupyter book

发现直接pip uninstall jupyter后,还是可以通过jupyter notebook启动jupyter

jupyter notebook

彻底卸载jupyter的办法:

pip uninstall jupyter -y
pip uninstall jupyter_core -y
pip uninstall jupyter-client -y
pip uninstall jupyter-console -y
pip uninstall notebook -y
pip uninstall qtconsole -y
pip uninstall nbconvert -y
pip uninstall nbformat -y

验证删除成功:

C:\Users\LENOVO>jupyter notebook
'jupyter' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

 

 

参考文档:windows上彻底删除jupyter notebook

posted @ 2020-05-26 10:01  wangju003  阅读(3479)  评论(1编辑  收藏  举报