windows上彻底删除jupyter notebook的实现

作者:微笑时雨 时间:2022-06-29 13:06:32 

windows删除jupyter notebook 没办法的办法

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 uninstall jupyter,notebook,jupyter_core,jupyter-client,jupyter-console,qtconsole,nbconvert,nbformat -y

补充知识:jupyter notebook出问题,重装方法

For Python 2

sudo pip install --upgrade --force-reinstall --no-cache-dir jupyter

For Python 3

sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter

这应该重新安装PyPi中的所有内容。这应该解决这个问题。

来源:https://blog.csdn.net/Yuki_play/article/details/87646947

标签:jupyter,notebook,windows
0
投稿

猜你喜欢

  • 微信小程序转发事件实现解析

    2023-08-15 04:02:00
  • redis查看连接数及php模拟并发创建redis连接的方法

    2023-11-16 11:47:14
  • Django框架中间件(Middleware)用法实例分析

    2021-01-04 09:27:38
  • Python3的urllib.parse常用函数小结(urlencode,quote,quote_plus,unquote,unquote_plus等)

    2021-01-23 04:23:13
  • oracle 常用的几个SQL

    2009-12-01 12:36:00
  • python time时间库详解

    2023-10-09 03:20:57
  • CSS控制鼠标样式变换方法

    2007-11-17 07:58:00
  • python特效之字符成像详解

    2021-06-07 02:18:45
  • python中urllib.unquote乱码的原因与解决方法

    2023-08-24 14:56:43
  • python实现粒子群算法

    2021-03-20 02:27:34
  • Discuz!NT 论坛整合ASP程序论坛教程

    2011-03-31 11:09:00
  • PHP 简单日历实现代码

    2023-07-01 12:00:01
  • 网站发布后Bootstrap框架引用woff字体无法正常显示的解决方法

    2023-08-13 00:26:58
  • PHP 引用的概念

    2023-11-14 21:24:28
  • 用js实现放大镜效果

    2023-09-19 18:29:29
  • Python3.8安装Pygame教程步骤详解

    2022-05-11 15:26:15
  • 浅谈python函数之作用域(python3.5)

    2021-09-22 05:49:42
  • pygame游戏之旅 游戏中添加显示文字

    2023-03-26 02:56:23
  • sqlplus登录\\连接命令、sqlplus命令的使用大全

    2023-07-01 08:16:31
  • 解决pycharm中导入自己写的.py函数出错问题

    2023-07-09 12:12:05
  • asp之家 网络编程 m.aspxhome.com