Skip to content

Instantly share code, notes, and snippets.

@hanifa2102
Created September 8, 2022 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanifa2102/d555657cae0d527e295f6dc5e992ef2e to your computer and use it in GitHub Desktop.
Save hanifa2102/d555657cae0d527e295f6dc5e992ef2e to your computer and use it in GitHub Desktop.
Completely Remove Jupyter
pip uninstall jupyter -y
pip uninstall jupyter_core -y
pip uninstall jupyter-client -y
pip uninstall jupyter-console -y
pip uninstall jupyterlab_pygments -y
pip uninstall notebook -y
pip uninstall qtconsole -y
pip uninstall nbconvert -y
pip uninstall nbformat -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment