Anaconda-Jupyter notebook 安装 nbextensions

windows环境

  • 确定是已经安装好anaconda

  • 在anaconda prompt模式下运行(打开jupyter notebook)

  • pip install jupyter_contrib_nbextensions(安装成功后,关掉jupyter notebook及相关网页,并重新打开,观察是否安装成功)

  • 如果发现依旧失败,则可进行此步骤,(关闭jupyter notebook)

jupyter contrib nbextension install --user --skip-running-check

  • 安装完成后,重新启动jupyter notebook,“Nbextensions”出现在导航栏中,勾选目录。

你可能感兴趣的:(jupyter,ide,python)