jupyter notebook卸载方法

打开cmd
复制下面命令回车
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
即可将jupyter notebook在本机中卸载

你可能感兴趣的:(jupyter,python,ide)