jupyter notebook 安装代码提示功能

效果

安装成功后,输入部分代码,按 tab 键,会提示代码

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

安装步骤

1.安装nbextensions

从国内的pip镜像下载快

pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

2.安装nbextensions_configurator

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 安装代码提示功能_第2张图片

 

你可能感兴趣的:(Python)