欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Jupyter Notebook添加代码自动补全功能的实现

程序员文章站 2022-03-10 21:38:32
安装显示目录功能:pip install jupyter_contrib_nbextensions配置:安装完之后需要配置 nbextension,注意配置的时候要确保已关闭 jupyter note...

安装显示目录功能:

pip install jupyter_contrib_nbextensions

配置:安装完之后需要配置 nbextension,注意配置的时候要确保已关闭 jupyter notebook

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

启动 jupyter notebook,勾选设置

上面两个步骤都没报错后,启动 jupyter notebook,上面选项栏会出现 nbextensions 的选项

Jupyter Notebook添加代码自动补全功能的实现

点开 nbextensions 的选项,并勾选 hinterland

Jupyter Notebook添加代码自动补全功能的实现

自动补全功能
按 tab 键即可使用

到此这篇关于jupyter notebook添加代码自动补全功能的实现的文章就介绍到这了,更多相关jupyter notebook自动补全内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!