美文网首页
jupyter notebook 安装代码提示功能

jupyter notebook 安装代码提示功能

作者: 敬标 | 来源:发表于2018-12-24 20:30 被阅读0次

我的是在

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

1

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

2.

pipinstall--user jupyter_nbextensions_configurator

jupyter nbextensions_configuratorenable--user

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

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

相关文章

网友评论

      本文标题:jupyter notebook 安装代码提示功能

      本文链接:https://www.haomeiwen.com/subject/ovwgkqtx.html