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
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.
I had to use:
conda uninstall jupyter_core nbformat nbconvert notebook
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With