Sample Header Ad - 728x90

Uninstall Jupyter

0 votes
1 answer
39 views

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:
1) sudo apt get remove
2) pip uninstall juypter
3) sudo -H python3 -m pip uninstall jupyter_core jupyter_qtconsole nbformat
4) pip uninstall $(pip freeze | grep jupyter )
Could someone help me uninstall the program?
Thanks Daniel
Asked by Daniel (9 rep)
Jul 11, 2025, 07:59 AM
Last activity: Jul 11, 2025, 09:38 AM