- Install jupyter
pip install jupyter
- Launch jupyter
jupyter notebook
- Uninstall jupyter
pip install pip-autoremove
pip-autoremove jupyter -y
python -m pip uninstall -y jupyter-events jupyter-lsp jupyter_server jupyter_server_terminals jupyterlab jupyterlab_server
Adding on to @zainrhamid 's suggestion.