發現直接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' 不是內部或外部命令,也不是可運行的程序 或批處理文件。