
在Windows上完全卸载Jupyter Notebook的方法
5星
- 浏览量: 0
- 大小:None
- 文件类型:PDF
简介:
本文将详细介绍如何在Windows操作系统中彻底删除已安装的Jupyter Notebook软件,包括其相关文件和设置。
如果在Windows系统上删除Jupyter Notebook遇到问题,可以尝试以下步骤:
1. 卸载与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
```
2. 或者可以简化为:
```
pip uninstall jupyter notebo
```
全部评论 (0)
还没有任何评论哟~


