第 1000 次,我尝试为我的 Jupyter Notebook 安装 nbextensions ,每次收到错误ModuleNotFoundError:没有名为 \xe2\x80\x98notebook.base\xe2\x80\x99 的模块。
\n我按照指示做了一切;在 Windows 11 cmd 中:
\npip install notebook;pip install jupyter_contrib_nbextensions;jupyter contrib nbextension install --user。在这一步我收到错误:from notebook.base.handlers import APIHandler, IPythonHandler ModuleNotFoundError: No module named \xe2\x80\x98notebook.base\xe2\x80\x99。我已经
\npip install --upgrade --force-reinstall notebook- 无结果;pip install jupyter_contrib_nbextensions - 无济于事;python-3.x jupyter-notebook jupyter-contrib-nbextensions modulenotfounderror