I have been trying to uninstall jupyter
I have tried the following commands
pip uninstall jupyter
pip3 uninstall jupyter
and
For python 3.7:
Change directory, if you didn't add the following as your PATH: cd C:\Users{user_name}\AppData\Local\Programs\Python\Python37-32\Scripts To know where your package/application has been installed/located, type: "where program_name" like> where jupyter If you didn't find a location, you need to add the location in PATH.
Type: pip-autoremove jupyter It will ask to type y/n to confirm the action.
If you are using jupyter notebook, You can remove it like this:
pip uninstall notebook
You should use conda uninstall if you installed it with conda.
For Mac OS, you may use the below command in order to remove files manually.
sudo rm -rf /usr/local/bin/jupyter