0
我遵循以下instructions來安裝Jupyter筆記本(單用戶模式)。如何卸載從Anaconda安裝的Jupyter筆記本電腦?
但是,我實際上需要安裝多用戶(Jupyter-hub)應用程序。
如何卸載此應用程序?
僅供參考 - 使用Centos的6.8
感謝
我遵循以下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兼容。