How to uninstall Jupyter notebook installed from Anaconda?
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.