windows上彻底删除jupyter notebook

windows删除jupyter notebook 没办法的办法

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

原文链接:https://blog.csdn.net/Yuki_play/article/details/87646947

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