- Install jupyter
pip install jupyter
- Launch jupyter
jupyter notebook
- Uninstall jupyter
pip install pip-autoremove
pip-autoremove jupyter -y
Adding on to @zainrhamid 's suggestion.
python -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat jupyterlab-widgets nbclient jupyter-server-mathjax jupyterlab-code-formatter jupyterlab-lsp nbclassic nbdime jupyterlab-git
python -m pip uninstall -y jupyter-events jupyter-lsp jupyter_server jupyter_server_terminals jupyterlab jupyterlab_server
This might help
python -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat jupyterlab-widgets nbclient