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 
相关推荐
老歌老听老掉牙11 分钟前
Python星号参数深度解析
python·参数·星号
2401_8845632434 分钟前
Python Lambda(匿名函数):简洁之道
jvm·数据库·python
kishu_iOS&AI2 小时前
Python - 链表浅析
开发语言·python·链表
大连好光景2 小时前
conda管理包还是pip管理包
python·conda·pip
m0_730115112 小时前
自动化机器学习(AutoML)库TPOT使用指南
jvm·数据库·python
FreakStudio2 小时前
MicroPython+PycoClaw,3 分钟搞定 ESP32 跑上 OpenClaw!
python·单片机·嵌入式·电子diy
罗罗攀2 小时前
PyTorch学习笔记|张量的广播和科学运算
人工智能·pytorch·笔记·python·学习
傻啦嘿哟3 小时前
Python 操作 Excel 条件格式指南
开发语言·python·excel
2301_807367193 小时前
Python日志记录(Logging)最佳实践
jvm·数据库·python