zoukankan      html  css  js  c++  java
  • 定制化的IPython配置

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

    D:360MoveDataUsersSongDesktopLL>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 
  • 相关阅读:
    大数据
    优化
    gnu
    sed
    hadoop部署
    安装 zookeeper
    ansible
    ssh 配置无密码登录
    未完待续
    解正向代理、反向代理、透明代理
  • 原文地址:https://www.cnblogs.com/sggggr/p/12187948.html
Copyright © 2011-2022 走看看