jupyter notebook 代码提示功能的安装

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

 jupyter notebook 代码提示功能的安装_第1张图片

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

jupyter notebook 代码提示功能的安装_第2张图片

效果展示:jupyter notebook 代码提示功能的安装_第3张图片

 

参考文章:https://www.cnblogs.com/lvdongjie/p/11232486.html

你可能感兴趣的:(安装配置)