jupyter notebook 中安装代码自动补充功能

jupyter notebook 中安装代码自动补充功能

  1. 在anaconda powershell prompt中输入以下命令
    (图片中的两者皆可,只是powershell中包含命令更多)
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install --user jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
  1. 安装成功后cmd—>输入jupyter notebook打开jupyter notebook
  2. 在http://localhost:8888/tree/中可以看到Nbextensions
    按图勾选即可jupyter notebook 中安装代码自动补充功能_第1张图片

你可能感兴趣的:(install)