Jupyter Notebook 代码补全功能配置
Posted BkbK-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jupyter Notebook 代码补全功能配置相关的知识,希望对你有一定的参考价值。
Jupyter Notebook 代码补全功能配置
Jupyter Notebook 按Tab键可以实现代码补全,但是没有代码提示,代码提示功能可以通过以下配置实现
1.安装配置包
1.1打开 Anaconda Navigator,点击 Environments -> base (root) -> Open Terminal:
1.2 在终端依次输入以下4个命令:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
2.配置Jupyter Notebook
2.1 点击根目录页的标签栏中的 Nbextensions 标签
2.2 勾选Hinterland
3.验证
按Tab键出现提示:
以上是关于Jupyter Notebook 代码补全功能配置的主要内容,如果未能解决你的问题,请参考以下文章
jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题