How to uninstall Jupyter notebook installed from Anaconda?

别说谁变了你拦得住时间么 提交于 2019-12-07 06:24:22

问题


I followed the following instructions to install the Jupyter notebook (Single user mode).

However, I actually need to install the multi user (Jupyter-hub) application.

How do I uninstall this application?

FYI - Using Centos 6.8

Thanks


回答1:


You can remove Jupyter Notebook by running:

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

You can install Jupyterhub by running:

conda install -c conda-forge jupyterhub 

I believe that this package is only compatible with Python 3.



来源:https://stackoverflow.com/questions/43327052/how-to-uninstall-jupyter-notebook-installed-from-anaconda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!