当前位置: 首页 > article >正文

sudo apt install jupyter-notebook安装notebook失败E: Aborting install.

问题:

sudo apt install jupyter-notebook安装notebook失败E: Aborting install.

~/jie/mywork/PointNetCFD$ sudo apt install jupyter-notebook --fix-missing
Reading package lists... Done
Building dependency tree       
Reading state information... Done
……
After this operation, 174 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Ign:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.2
Ign:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.2
Ign:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.2
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.2
  404  Not Found [IP: 101.6.15.130 443]
Unable to correct missing packages.
E: Failed to fetch https://mirrors.tuna.tsinghua.edu.cn/ubuntu/pool/main/j/jinja2/python3-jinja2_2.10.1-2ubuntu0.2_all.deb  404  Not Found [IP: 101.6.15.130 443]
E: Aborting install.

解决方法:

使用下面这个命令

conda install notebook

成功安装

然后再输入

jupyter-notebook

即可打开notebook,如下图所示


http://www.kler.cn/a/372017.html

相关文章:

  • Oracle中listagg与wm_concat函数的区别
  • viva-bus 航空机票网站 Akamai3 分析
  • 从0入门自主空中机器人-2-2【无人机硬件选型-PX4篇】
  • Windows配置cuda,并安装配置Pytorch-GPU版本
  • 【202】仓库管理系统
  • YOLO11改进-注意力-引入自调制特征聚合模块SMFA
  • 计算机视觉-霍夫变换直线检测实验报告
  • JMeter安装
  • Linux云计算 |【第五阶段】CLOUD-DAY4
  • 基于阿里云服务的移动应用日志管理方案—日志的上传、下载、存档等
  • JS补原型链
  • h5小游戏5--杀死国王(附源码)
  • three.js 纹理(Texture)、深度纹理(DepthTexture)、视频纹理(VideoTexture)
  • Flutter主题最佳实践
  • 力扣1381:设计一个支持增量操作的栈
  • 【快速小项目】蛋糕商城首页展示
  • 大数据-193 Apache Tez - DAG 作业计算框架 核心解释 工作原理 配置集成
  • 力扣91~95题
  • Android 获取OAID
  • [BUG]warn(f“Failed to load image Python extension: {e}“)的解决办法
  • linux服务器LAMP的搭建
  • 深入理解Linux内核网络(九):容器网络虚拟化
  • 国标GB28181摄像机接入EasyGBS国标GB28181视频平台的亮点深入分析
  • ubantu系统之实现Ubuntu与Windows之间的复制粘贴
  • 计算机低能儿从0刷leetcode | 31.下一个排列
  • 重学SpringBoot3-Spring WebFlux之HttpHandler和HttpServer