如何卸载pip3安装的Jupyter笔记本 [英] How to uninstall Jupyter note book installed by pip3

查看:421
本文介绍了如何卸载pip3安装的Jupyter笔记本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在OSX上使用pip3安装了Jupyter笔记本.后来,我意识到,我应该通过anaconda进行此操作,因为它具有大量的库,这些都是我的在线学习所需要的.所以我要尝试卸载jupyter,然后安装anaconda.当人们搞砸了卸载jupyter笔记本时,我看到很多问题.所以我想以正确的方式做.

I installed Jupyter notebook using pip3 on OSX. Later, I realised, I should do it through anaconda because it has loads of libraries which I need for my on-line study. So I was about trying to uninstall jupyter, then install anaconda. I see many questions when people messed up uninstall jupyter notebook. So I want to do it correct way.

我想这样做

$ pip install pip-autoremove
$ pip-autoremove jupyter -y

或者反正可能使用pip3,有人知道这是否是正确的方法吗? 我从这个问题

or may be using pip3 instead, anyway, does anyone know if it is the right way to do? I got this from this question

感谢x

推荐答案

我刚刚尝试过

$ pip3 install pip-autoremove
$ pip-autoremove jupyter -y

全部清除.我检查过

pip3 freeze | grep jupyter
which jupyter

什么也没回来.一切都很好.

Nothing came back. So it's all good.

此处

下面是链接的副本:(您可能需要使用pip3) 在终端中运行conda卸载笔记本nbconvert nbformat ipykernel ipywidgets qtconsole特质龙卷风jupyter_ * ipython_genutils jinja2 -y.如果您不使用anaconda,则可以使用pip卸载而不是conda卸载.

Below is copy from the link:(you might need to use pip3) Run conda uninstall notebook nbconvert nbformat ipykernel ipywidgets qtconsole traitlets tornado jupyter_* ipython_genutils jinja2 -y in your terminal. You can use pip uninstall instead of conda uninstall if you aren't using anaconda.

这篇关于如何卸载pip3安装的Jupyter笔记本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆