ipython自动补全
有利于jupyter notebook的自动补全
命令行中输入:ipython profile create
以上命令会在~/.ipython/profile_default/目录下生成ipython_config.py和ipython_kernel_config.py
我们需要修改(ipython_config.py)的以下几行,将开启补全功能:
1 | ## Activate greedy completion PENDING DEPRECTION. this is now mostly taken care |


