通过常规方法实现时,出现以下下面:

jupyter notebook实现代码自动补全

解决n方法g:

通过win+r和cmd打开的命令行窗口

或通过 anaconda3——anaconda3 navigator

jupyter notebook实现代码自动补全

打开的窗口输入下列3条命令

conda remove jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_contrib_nbextensions

当执行conda install -c conda-forge jupyter_contrib_nbextensions时出现以下错误,通过下列命令解决:

conda install tqdm

然后再输入:

conda install -c conda-forge jupyter_contrib_nbextensions

然后通过下列设置后自动补全功能就有了:

jupyter notebook实现代码自动补全

相关文章:

  • 2021-10-20
  • 2021-08-03
  • 2021-08-03
  • 2021-11-03
  • 2021-12-15
  • 2021-08-07
  • 2021-12-15
  • 2021-12-13
猜你喜欢
  • 2021-12-15
  • 2021-12-13
  • 2021-12-15
  • 2021-12-15
  • 2020-06-30
  • 2021-12-15
  • 2018-04-28
  • 2021-08-03
相关资源
相似解决方案