定制化的IPython配置

想要专门为某个应用程序或项目量身定做一套IPython配置,再用下面这种方式启动:

D:\360MoveData\Users\Song\Desktop\LL>ipython profile create AA
[ProfileCreate] Generating default config file: 'C:\\Users\\Song\\.ipython\\profile_AA\\ipython_config.py'
[ProfileCreate] Generating default config file: 'C:\\Users\\Song\\.ipython\\profile_AA\\ipython_kernel_config.py'

然后编辑新建的profile_AA目录中的配置文件。然后用下面的方式启动

IPython --profile=secret_project 
posted @ 2020-01-13 16:33  sgggr  阅读(401)  评论(0编辑  收藏  举报