网络编程
位置:首页>> 网络编程>> Python编程>> windows上彻底删除jupyter notebook的实现

windows上彻底删除jupyter notebook的实现

作者:微笑时雨  发布时间:2022-06-29 13:06:32 

标签:jupyter,notebook,windows

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

不过好像也可以直接

pip uninstall jupyter,notebook,jupyter_core,jupyter-client,jupyter-console,qtconsole,nbconvert,nbformat -y

补充知识:jupyter notebook出问题,重装方法

For Python 2

sudo pip install --upgrade --force-reinstall --no-cache-dir jupyter

For Python 3

sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter

这应该重新安装PyPi中的所有内容。这应该解决这个问题。

来源:https://blog.csdn.net/Yuki_play/article/details/87646947

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com