Created
September 8, 2022 02:08
-
-
Save hanifa2102/d555657cae0d527e295f6dc5e992ef2e to your computer and use it in GitHub Desktop.
Completely Remove Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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