I am running Debian Bookworm OS and installed Juypter using the following command 
 sudo pip3 install --break-system-packages jupyter  
 and would like to uninstall the program, I have tried the following options but none of them seem to work:
- sudo apt get remove 
- pip uninstall juypter 
- sudo -H python3 -m pip uninstall jupyter_core jupyter_qtconsole nbformat 
- pip uninstall $(pip freeze | grep jupyter ) 
Could someone help me uninstall the program? 
 Thanks Daniel
