启动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