jupyter notebook 安装代码提示功能

Posted lvdongjie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook 安装代码提示功能相关的知识,希望对你有一定的参考价值。

 

我的是在anaconda中的root环境下运行以下命令,在其他环境下发现没有效果

1

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install  --user

 

2.

pip install--user jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user

 

3.安装成功会在http://localhost:8888/tree中出现Nbextensions

 
技术图片

点击并勾选Hinteriand,即可开启代码提示功能

 
技术图片

以上是关于jupyter notebook 安装代码提示功能的主要内容,如果未能解决你的问题,请参考以下文章

Jupyter Notebook 代码补全功能配置

Jupyter Notebook - 使用 CSS 及开启代码提示

jupyter notebook提示功能

jupyter notebook提示功能

Jupyter Notebook的安装

如何安装ipython notebook