How to uninstall Jupyter note book installed by pip3
问题 I installed Jupyter notebook using pip3 on OSX. Later, I realised, I should do it through anaconda because it has loads of libraries which I need for my on-line study. So I was about trying to uninstall jupyter, then install anaconda. I see many questions when people messed up uninstall jupyter notebook. So I want to do it correct way. I wanted to do this way $ pip install pip-autoremove $ pip-autoremove jupyter -y or may be using pip3 instead, anyway, does anyone know if it is the right way