Anaconda prompt运行打开jupyter notebook 指令出错

一、打不开jupyter notebook网页

报错如下:

Traceback (most recent call last):

File "D:\anaconda3\lib\site-packages\notebook\traittypes.py", line 235, in _resolve_classes

klass = self._resolve_string(klass)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\traitlets.py", line 2015, in _resolve_string

return import_item(string)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\utils\importstring.py", line 33, in import_item

module = import (package, fromlist=[obj])

ModuleNotFoundError: No module named 'jupyter_server.contents'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "D:\anaconda3\Scripts\jupyter-notebook-script.py", line 10, in

sys.exit(main())

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\jupyter_core\application.py", line 283, in launch_instance

super().launch_instance(argv=argv, **kwargs)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\config\application.py", line 1073, in launch_instance

app = cls.instance(**kwargs)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\config\configurable.py", line 583, in instance

inst = cls(*args, **kwargs)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\traitlets.py", line 1292, in new

inst.setup_instance(*args, **kwargs)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\traitlets.py", line 1335, in setup_instance

super(HasTraits, self).setup_instance(*args, **kwargs)

File "C:\Users\DELL\AppData\Roaming\Python\Python39\site-packages\traitlets\traitlets.py", line 1311, in setup_instance

init(self)

File "D:\anaconda3\lib\site-packages\notebook\traittypes.py", line 226, in instance_init

self._resolve_classes()

File "D:\anaconda3\lib\site-packages\notebook\traittypes.py", line 238, in _resolve_classes

warn(f"{klass} is not importable. Is it installed?", ImportWarning)

TypeError: warn() missing 1 required keyword-only argument: 'stacklevel'

运行jupyter notebook的软件会出现闪退现象

二、尝试更新

1.更新 Jupyter 相关的模块:使用 Anaconda 自带的包管理器 conda 来更新 Jupyter 相关的模块,尤其是 jupyter_server。在 Anaconda Prompt 中运行以下命令来更新:

bash 复制代码
conda update jupyter_server

更新完运行还是报错

2.重新安装 Jupyter:

bash 复制代码
conda install jupyter

更新完运行还是报错

三、成功解决

感谢 http://t.csdnimg.cn/usTk8

运行以下命令解决问题:

bash 复制代码
pip uninstall traitlets
pip install traitlets==5.9.0

成功打开

四、重新修改一下默认保存路径

1.查找默认配置文件地址

运行win+r

输入jupyter notebook --generate-config

再输入y,回车

2.在文件资源管理中打开C:\Users\DELL\.jupyter\

用记事本打开,ctrl+f查找c.NotebookApp.notebook_dir ,删除注释,加入保存路径,保存

相关推荐
互联网杂货铺20 分钟前
完美搭建appium自动化环境
自动化测试·软件测试·python·测试工具·职场和发展·appium·测试用例
Gyoku Mint38 分钟前
机器学习×第二卷:概念下篇——她不再只是模仿,而是开始决定怎么靠近你
人工智能·python·算法·机器学习·pandas·ai编程·matplotlib
莱茵菜苗1 小时前
Python打卡训练营day46——2025.06.06
开发语言·python
爱学习的小道长1 小时前
Python 构建法律DeepSeek RAG
开发语言·python
luojiaao1 小时前
【Python工具开发】k3q_arxml 简单但是非常好用的arxml编辑器,可以称为arxml杀手包
开发语言·python·编辑器
英英_2 小时前
视频爬虫的Python库
开发语言·python·音视频
猛犸MAMMOTH2 小时前
Python打卡第46天
开发语言·python·机器学习
多多*2 小时前
微服务网关SpringCloudGateway+SaToken鉴权
linux·开发语言·redis·python·sql·log4j·bootstrap
梓仁沐白2 小时前
【Kotlin】协程
开发语言·python·kotlin
Java Fans2 小时前
在WPF项目中集成Python:Python.NET深度实战指南
python·.net·wpf