Jupyterlab 扩展给出函数未找到错误

cer*_*v21 3 python jupyter-notebook jupyter-lab

我在 ArchLinux 上遇到了 jupyter 扩展的问题。特别是,我收到以下错误:

[W 2023-04-01 18:34:36.504 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_nbextensions_configurator. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[W 2023-04-01 18:34:36.493 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
Run Code Online (Sandbox Code Playgroud)

我怎样才能摆脱这个错误/警告?我尝试用 Pip 删除这些功能,但没有成功。有任何想法吗?

kra*_*ski 10

这不是一个错误,而是针对笔记本扩展开发人员的警告:jupyter_nbextensions_configuratornotebook_shim,而不是针对像您这样的用户。您无需执行任何操作。

值得指出的是,下一个版本的 Jupyter Notebook (v7) 将不再需要jupyter_nbextensions_configurator,因为它将附带新的扩展管理器(以及与 JupyterLab 共享的全新扩展生态系统),因此几乎没有动力去解决这个弃用警告jupyter_nbextensions_configurator因为它很快就会不再相关。