如何彻底卸载Jupyter
-
彻底卸载jupyter的方法
pip uninstall jupyter -y
pip uninstall jupyter_core -y
pip uninstall jupyter-client -y
pip uninstall jupyter-console -y
pip uninstall notebook -y
pip uninstall qtconsole -y
pip uninstall nbconvert -y
pip uninstall nbformat -y -
安装:
pip install pip-autoremove
pip-autoremove jupyter -ypip install jupyter notebook --upgrade --force-reinstall --no-cache-dir
--upgrade 更新
--force-reinstall 强行重装
--no-cache-dir 不再指定缓存目录