命令提示符中的 kedro Jupyter notebook 返回 kedro.framework.cli.jupyter.single kernelspec Manager' 无法导入"



我已经尝试在kedro上下文中激活jupyter notebook超过24小时了,现在我一直收到相同的错误。我四处找了一下,似乎没有人能解决这个问题。我已经创建了一个jupyter_notebook_config。有人推荐Json,有人推荐删除Json,没有变化。我已经安装了python并运行了$python3 -m ipykernel install --user --name=myvenv这成功地安装了kernelspec在我的venv中,但仍然当我运行

kedro jupyter notebook

我得到以下错误[C 08:50:49.028 NotebookApp] Bad config encountered during initialization: The 'kernel_spec_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x7fdef3120a90> instance must be a type, but 'kedro.framework.cli.jupyter.SingleKernelSpecManager' could not be imported

有谁能告诉我如何处理这个问题,因为它阻止了我在木星上进行我的工作。

注意kedro jupyterkedro jupyter labkedro ipython工作得很好。这个问题似乎仅限于笔记本电脑

我试过了

https://github.com/kedro-org/kedro/issues/184https://github.com/jupyter/notebook/issues/2875在vscode中运行kedro项目中的jupyter lab

这些资源都没有帮助。如有任何指导,不胜感激

过了一段时间。我的经理要求运行jupyter --version,结果发现笔记本没有安装。

虽然不是适合所有人的解决方案,但需要检查以确保安装了notebook。虽然这并不能解释我如何能够在注意到这个问题之前访问和在笔记本中工作

相关内容

  • 没有找到相关文章

最新更新