1、第一步
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensions
2、第二步
jupyter contrib nbextension install --user
3、第三步
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configurator
4、第四步
jupyter nbextensions_configurator enable --user
最后重启 jupyter,在弹出的主页面里,能看到增加了一个 Nbextensions
标签页,在这个页面里,勾选 Hinterland
即启用了代码自动提示补全,如图所示:
看看效果: