Exception: Jupyter command `jupyter-notebook` not found.`

本文详细记录了一次遇到Jupyter Notebook无法启动的问题,并提供了完整的解决方案。从错误信息出发,逐步排查并最终通过卸载和重装Jupyter相关组件解决了问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Exception: Jupyter command jupyter-notebook not found.`

运行 jupyter 时突然报错 之前是正常的,报错信息如下:

jupyter notbook
Traceback (most recent call last):
File “xxx\lib\runpy.py”, line 193, in _run_module_as_main
main”, mod_spec)
File “xxx\lib\runpy.py”, line 85, in run_code
exec(code, run_globals)
File "xxx\Scripts\jupyter.exe_main
.py", line 9, in
File “xxx\lib\site-packages\jupyter_core\command.py”, line 247, in main
command = _jupyter_abspath(subcommand)
File “xxx\lib\site-packages\jupyter_core\command.py”, line 134, in _jupyter_abspath
‘Jupyter command {} not found.’.format(jupyter_subcommand)
Exception: Jupyter command jupyter-notbook not found.

试了很多方法都没用,直接卸载jupyter 然后重装

1.重启一下电脑试试能不能打开,不行的话就试试第二步 重装

2.输入
pip uninstall -y jupyter
pip uninstall -y jupyter_core
pip uninstall -y jupyter-client
pip uninstall -y jupyter-console
pip uninstall -y notebook
pip uninstall -y qtconsole
pip uninstall -y nbconvert
pip uninstall -y nbformat

要删干净
然后重新装jupyter 就ok 希望对你有用

执行步骤二出现以下问题 (base) C:\Users\28709>jupyter contrib-nbextension install --user Traceback (most recent call last): File "C:\Users\28709\anaconda3\Lib\site-packages\jupyter_contrib_core\notebook_compat\nbextensions.py", line 6, in <module> from notebook.extensions import BaseExtensionApp ModuleNotFoundError: No module named 'notebook.extensions' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\28709\anaconda3\Lib\site-packages\jupyter_contrib_core\notebook_compat\nbextensions.py", line 10, in <module> from notebook.nbextensions import BaseNBExtensionApp ModuleNotFoundError: No module named 'notebook.nbextensions' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\28709\anaconda3\Scripts\jupyter-contrib-nbextension.EXE\__main__.py", line 4, in <module> File "C:\Users\28709\anaconda3\Lib\site-packages\jupyter_contrib_nbextensions\application.py", line 7, in <module> from jupyter_contrib_core.notebook_compat.nbextensions import ArgumentConflict File "C:\Users\28709\anaconda3\Lib\site-packages\jupyter_contrib_core\notebook_compat\nbextensions.py", line 12, in <module> from ._compat.nbextensions import BaseNBExtensionApp File "C:\Users\28709\anaconda3\Lib\site-packages\jupyter_contrib_core\notebook_compat\_compat\nbextensions.py", line 35, in <module> from notebook.nbextensions import ( ModuleNotFoundError: No module named 'notebook.nbextensions'
最新发布
06-30
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值