如何卸载从Anaconda安装的Jupyter笔记本电脑?

问题描述:

我遵循以下instructions来安装Jupyter笔记本(单用户模式)。如何卸载从Anaconda安装的Jupyter笔记本电脑?

但是,我实际上需要安装多用户(Jupyter-hub)应用程序。

如何卸载此应用程序?

仅供参考 - 使用Centos的6.8

感谢

您可以通过运行删除Jupyter笔记本:

conda remove jupyter jupyter-client jupyter-console jupyter-core 

您可以通过运行安装Jupyterhub:

conda install -c conda-forge jupyterhub 

我相信,该软件包仅与Python 3兼容。