想要专门为某个应用程序或项目量身定做一套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 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-07-22
  • 2021-06-25
  • 2021-04-09
  • 2021-11-16
  • 2022-02-12
  • 2021-07-24
  • 2021-10-16
相关资源
相似解决方案