当前位置:   article > 正文

Jupyter Notebook 实现代码提示自动补全和代码格式化_jupyter notebook代码自动提示补全

jupyter notebook代码自动提示补全

Jupyter Notebook 实现代码提示自动补全和代码格式化

安装插件nbextensions

1.安装jupyter_contrib_nbextensions

pip install --user jupyter_contrib_nbextensions -i https://pypi.mirrors.ustc.edu.cn/simple

jupyter contrib nbextension install --user

2.安装nbextensions_configurator

pip install --user jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

如果出错提示“Exception: Jupyter command jupyter-contrib not found.”

  • 则使用conda强制安装,conda install -c conda-forge jupyter_nbextensions_configurator

配置

image-20201113101420701

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/175482
推荐阅读
相关标签
  

闽ICP备14008679号