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 安装代码提示功能的主要内容,如果未能解决你的问题,请参考以下文章