如何设置jupyter notebook的代码自动补全

    自动补全简直是爱忘星人不可或缺的工具,jupyter没有代码补全下的我,要多掉一斤头发。设置jupyter notebook的代码自动补全共需3步:

(1)打开命令行,切换到需要安装的环境,输入以下命令:

pip install jupyter_contrib_nbextensions

(2)下载成功后,再输入:

jupyter contrib nbextension install --user

(3)然后启动jupyter,就可以看见Nbextensions,勾选Hinterland:

如何设置jupyter notebook的代码自动补全_第1张图片

 重启jupyter notebook,然后就可以实现代码自动补全啦!

你可能感兴趣的:(随手小记,jupyter,python)