如何卸载pip3安装的Jupyter Notebook

Ich*_*chi 1 macos pip uninstallation jupyter-notebook

我在 OSX 上使用 pip3 安装了 Jupyter notebook。后来,我意识到,我应该通过 anaconda 来完成,因为它有很多我需要在线学习的库。所以我想尝试卸载 jupyter,然后安装 anaconda。当人们搞砸卸载 jupyter notebook 时,我看到了很多问题。所以我想以正确的方式去做。

我想这样做

$ pip install pip-autoremove
$ pip-autoremove jupyter -y
Run Code Online (Sandbox Code Playgroud)

或者可能正在使用 pip3 ,无论如何,有人知道这是否是正确的方法吗?我从这个问题中得到了这个

谢谢 x

Ich*_*chi 5

我刚试过

$ pip3 install pip-autoremove
$ pip-autoremove jupyter -y
Run Code Online (Sandbox Code Playgroud)

它清除了所有。我检查过

pip3 freeze | grep jupyter
which jupyter
Run Code Online (Sandbox Code Playgroud)

什么都没有回来。所以一切都很好。

还有其他建议在这里

以下是链接的副本:(您可能需要使用 pip3)在终端中运行 conda uninstall notebook nbconvert nbformat ipykernel ipywidgets qtconsole traitlets tornado jupyter_* ipython_genutils jinja2 -y。如果您不使用 anaconda,则可以使用 pip uninstall 而不是 conda uninstall。