IPython
3.x
  • Introduction
  • What’s new in IPython
  • Installation
  • Using IPython for interactive work
  • The IPython notebook
  • Using IPython for parallel computing
  • Configuration and customization
    • Configuring IPython
      • Introduction to IPython configuration
      • IPython options
      • Specific config details
    • Extending and integrating with IPython
      • IPython extensions
      • Integrating your objects with IPython
      • Defining custom magics
      • Custom input transformation
      • Registering callbacks
      • Integrating with GUI event loops
  • IPython developer’s guide
  • The IPython API
  • About IPython
IPython
  • Docs »
  • Configuration and customization
  • Edit on GitHub

Configuration and customization¶

Configuring IPython¶

  • Introduction to IPython configuration
    • Setting configurable options
    • Profiles
    • The IPython directory
  • IPython options
  • Specific config details
    • Prompts
    • Terminal Colors
    • Editor configuration

See also

Overview of the IPython configuration system
Technical details of the config system.

Extending and integrating with IPython¶

  • IPython extensions
    • Getting extensions
    • Using extensions
    • Writing extensions
    • Extensions bundled with IPython
  • Integrating your objects with IPython
    • Tab completion
    • Rich display
    • Custom exception tracebacks
  • Defining custom magics
  • Custom input transformation
    • String based transformations
    • AST transformations
  • Registering callbacks
  • Integrating with GUI event loops
    • Event loops in the terminal
    • Event loops in the kernel
Next Previous

© Copyright The IPython Development Team. Revision e2ba4d66.

Built with Sphinx using a theme provided by Read the Docs.