【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