Jupyter Notebook添加代码自动提示和补全功能

简介:Jupyter Notebook没有代码自动提示和补全功能。该教程将展示如何实现代码自动补全和提示的功能。

1. Conda

conda-forge 提供了用于笔记本扩展和 jupyter_nbextensions_configurator 的 conda 包。 您可以使用以下方式安装两者

conda install -c conda-forge jupyter_contrib_nbextensions

这也会自动安装 Javascript 和 CSS 文件 (使用 ),因此 可以跳过下面的第二个安装步骤。jupyter contrib nbextension install --sys-prefix

官网:https://github.com/ipython-contrib/jupyter_contrib_nbextensions

你可能感兴趣的:(#,Jupyter,notebook,jupyter,深度学习,ide)