pycharm卸载jupyter notebook
时间: 2023-10-09 07:07:32 浏览: 489
解决pycharm上的jupyter notebook端口被占用问题
可以使用以下方式卸载Jupyter Notebook:
1. 打开命令行界面,输入以下命令:
pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console notebook qtconsole nbconvert nbformat
2. 如果你使用的是conda环境,可以按照以下步骤卸载:
- 打开命令行界面,激活你的conda环境: conda activate your_env_name
- 输入命令: conda uninstall jupyter
阅读全文