【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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM