0
点赞
收藏
分享

微信扫一扫

Jupyter Notebook不显示Nbextensions

瑾谋 2022-02-14 阅读 163

原文链接

装了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 条评论