I have the following packages to remove (2xTab):
$ jupyter-
jupyter-bundlerextension  jupyter-nbconvert         jupyter-nbextension       jupyter-notebook          jupyter-qtconsole         jupyter-serverextension   jupyter-trust 
And pip says they are not there:
$ pip3 freeze | grep jupyter
$ pip freeze | grep jupyter
and when trying to remove any of them I got same eg:
sudo -H pip3 uninstall jupyter-notebook
Cannot uninstall requirement jupyter-notebook, not installed
but eg.:
$ which jupyter-notebook 
/usr/local/bin/jupyter-notebook
So how to remove those packages ?