温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

windows上如何彻底删除jupyter notebook

发布时间:2020-08-04 10:32:45 来源:亿速云 阅读:2302 作者:小猪 栏目:开发技术

这篇文章主要为大家展示了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

不过好像也可以直接

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中的所有内容。这应该解决这个问题。

以上就是关于windows上如何彻底删除jupyter notebook的内容,如果你们有学习到知识或者技能,可以把它分享出去让更多的人看到。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI