我一直在摆弄我的 anaconda、jupyter、IPython 安装,老实说,我不知道我怎么会遇到这个错误。有人能帮我解决这个问题,让我可以重新使用 Python 3.x 运行 jupyter 笔记本吗?
[C 17:01:34.358 NotebookApp] Bad config encountered during initialization:
[C 17:01:34.359 NotebookApp] The 'contents_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x1016caa90> instance must be a type, but 'jupytext.TextFileContentsManager' could not be imported
谢谢!
答案1
问题是由于配置文件有问题而导致的。这个答案https://github.com/jupyter/notebook/issues/274帮助我解决了这个问题。我必须转到运行以下命令时返回的文件夹路径
jupyter --config-dir
我删除了此文件夹中的所有文件并运行
jupyter notebook
这样就可以正常打开 jupyter 笔记本了。
答案2
我通过安装 jupytext 解决了 Linux 上的问题:
pip install jupytext