1、搜索CMD,打开
2、安装nbextensions
方法一:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
方法二:
或从国内的pip镜像下载快
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions
jupyter contrib nbextension install
2.安装nbextensions_configurator
方法一:
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable
方法二:
从国内的pip镜像下载
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
3.启动jupyter notebook
jupyter notebook
4.开启代码补全功能
去掉disable的选择,勾选 HINTERLAND
到此 安装完成..........
结果如下
参考链接:
Jupyter Notebook安装代码提示功能_红陌樱花vip的博客-CSDN博客_jupyter notebook代码提示
jupyter notebook 安装代码提示功能_松门一枝花的博客-CSDN博客