使用jupyter, 代码自动补全是必备功能。要实现代码自动补全需要三步:
安装插件包
pip install jupyter_contrib_nbextensions
在jupyter中安装插件菜单
jupyter contrib nbextension install --user
启动jupyter,就可以看见Nbextensions,勾选Hinterland
出错提示“Config option template_path
not recognized by LenvsLatexExporter
”
pip install nbconvert==5.6.1