最近jupyter note book总是出现各种问题,干脆直接重新安装来的简单。
1、彻底卸载jupyter note book
注意:
使用pip uninstall jupyter是卸不掉jupyter的。
需要使用如下命令卸载 jupyter:
pip install pip-autoremove pip-autoremove jupyter -y
2、重新安装jupyter notebook
pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
标签:jupyter,重新安装,--,notebook,卸载,pip From: https://www.cnblogs.com/jerryspace/p/18142189