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 
相关推荐
代码探秘者18 分钟前
【大模型应用】4.分块之六大策略
java·数据结构·后端·python·spring
齐齐大魔王26 分钟前
虚拟机网络无法连接
linux·网络·c++·python·ubuntu
ycjunhua30 分钟前
Notebooklm for windows本地安装使用
python·webstorm
曲辕RPA32 分钟前
GEO技术解析:RPA在生成引擎优化中的角色与应用
python·ai·rpa
2401_8942419239 分钟前
实战:用OpenCV和Python进行人脸识别
jvm·数据库·python
m0_662577971 小时前
使用Pandas进行数据分析:从数据清洗到可视化
jvm·数据库·python
淮北4941 小时前
tmux使用指南
linux·python·html·tmux·md
Byron07071 小时前
Python面向对象编程(OOP)详解:类、对象、继承、多态、封装
开发语言·python
xdl25991 小时前
【Python学习】网络爬虫-爬取豆瓣电影评论
爬虫·python·学习
qq_334903151 小时前
Python单元测试(unittest)实战指南
jvm·数据库·python