jupyter notebook提示功能

Posted hhbbk

tags:

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

第一步:在anaconda中的Anaconda Prompt的root(或者base)环境下运行以下命令,在其他环境下发现没有效果

命令1:

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

命令2:

pipinstall--user jupyter_nbextensions_configurator

jupyter nbextensions_configuratorenable--user

 

第二步:安装成功会在http://localhost:8888/tree中出现Nbextensions

技术图片

 

 

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

 

技术图片

 

 

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

从 jupyter-notebook 下载 HTML 文件到本地

jupyter notebook提示功能

jupyter notebook提示功能

jupyter notebook 安装代码提示功能

Jupyter Notebook又一利器nbterm,在终端玩Python!

Pyechart在Jupyter Lab下无法正确显示图形的问题