jupyter notebook实现自动补全代码

转自:
https://mp.weixin.qq.com/s/cmcf3qqTg7lRikCruAj27w

首先,安装 jupyter_contrib_nbextensions

pip install jupyter_contrib_nbextensions

我在安装的时候总是报错timeout,试了好多次才安装成功

然后执行

jupyter contrib nbextension install --user --skip-running-check

安装完成后,勾选 “Table of Contents(2)” 以及 “Hinterland”,

这样就可以愉快的玩耍了

你可能感兴趣的:(jupyter notebook实现自动补全代码)