【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' 不是内部或外部命令,也不是可运行的程序
或批处理文件。