MAC上jupyter notebook设置python代码自动补全
1. 确定已安装环境:python2 或者 python3,本人已安装环境为python3
2. 在终端,安装代码自动补全器nbextensions
安装nbextensions
pip3 install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
安装nbextensions_configurator
pip3 install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user