Jupyter 505

1.好久没用anaconda下的jupyter notebook 创建项目时候505了

2.重新安装jupyter(原来我是6.x.x版本)

3.然后报错:

复制代码
UnavailableInvalidChannel: The channel is not accessible or is invalid.
  channel name: simple
  channel url: https://pypi.python.org/simple
  error code: 404

解决方法:

复制代码
conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://repo.continuum.io/pkgs/free/ conda config --add channels https://repo.continuum.io/pkgs/main/ conda config --set show_channel_urls yes

第一行remove一定要remove的是

复制代码
conda config --show channels 
相关推荐
solicitous1 分钟前
python数据抓取
python
HaiXCoder16 分钟前
Kotlin vs Python 知识点对照表
python
I疯子19 分钟前
2026-04-13 打卡第 6 天
开发语言·python
HaiXCoder19 分钟前
python从入门到精通-第6章: 元编程 — Python的"超能力"
python
素玥25 分钟前
实训7 json文件数据用python导入数据库
数据库·python·json
千枫s25 分钟前
做一个电脑版爬虫程序
爬虫·python
大邳草民25 分钟前
Python 对象模型与属性访问机制
开发语言·笔记·python
weixin_4024863429 分钟前
小分子 pdb准化为sdf
python
橘子编程30 分钟前
密码学完全指南:从基础到实战
java·python·密码学
蓝色的杯子30 分钟前
Python面试30分钟突击掌握-LeetCode2-Strings
python