启动jupyternotebook 出现 ModuleNotFoundError:jupyter_nbextensions_configurator

启动jupyter notebook 时出现:

ModuleNotFoundError: No module named ‘jupyter_nbextensions_configurator’

这种问题比较容易在卸载并安装 Anaconda后轻易出现。

解决方案:
Anaconda Prompt 终端执行 python3.7 -m pip install jupyter_contrib_nbextensions;其中python3.7 是你安装python的版本/环境。

参考:https://stackoverflow.com/questions/43916440/error-loading-jupyter-notebook-extensions

你可能感兴趣的:(python语言,python,jupyter,notebook,Anaconda)