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 ,删除注释,加入保存路径,保存

相关推荐
无巧不成书02182 小时前
Windows PowerShell执行策略详解:从npm报错到完美解决
前端·windows·npm·powershell执行策略·执行策略·npm.ps1·脚本报错
ZTLJQ8 小时前
序列化的艺术:Python JSON处理完全解析
开发语言·python·json
H5css�海秀8 小时前
今天是自学大模型的第一天(sanjose)
后端·python·node.js·php
阿贵---9 小时前
使用XGBoost赢得Kaggle比赛
jvm·数据库·python
无敌昊哥战神9 小时前
【LeetCode 257】二叉树的所有路径(回溯法/深度优先遍历)- Python/C/C++详细题解
c语言·c++·python·leetcode·深度优先
李昊哲小课10 小时前
第1章-PySide6 基础认知与环境配置
python·pyqt·pyside
2401_8942419211 小时前
用Pygame开发你的第一个小游戏
jvm·数据库·python
vistaup11 小时前
windows git 更新当前目录下所有的文件(非递归)
windows·git
Zzzz_my12 小时前
正则表达式(RE)
pytorch·python·正则表达式
天天鸭12 小时前
前端仔写了个 AI Agent,才发现大模型只干了 10% 的活
前端·python·ai编程