Jupyter Notebook不显示Nbextensions

瑾谋

关注

阅读 163

2022-02-14

原文链接

装了jupyter_contrib_nbextension之后却不显示Nbextensions。

如果你已经安装了,先执行卸载命令:

pip uninstall jupyter_contrib_nbextensions
pip uninstall jupyter_nbextensions_configurator

打开Anaconda Prompt窗口,执行如下命令:

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator

重启Jupyter Notebook应该就显示了。

精彩评论(0)

0 0 举报