This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / application

module

IPython.core.application

source: /IPython/core/application.py :0

Members

Summary

An application for IPython.

Extended Summary

All top-level applications should use the classes in this module for handling configuration and creating configurables.

The job of an Application is to create the master configuration object and then create the configurable objects, passing the config to them.

Additional content

An application for IPython.

All top-level applications should use the classes in this module for handling configuration and creating configurables.

The job of an Application is to create the master configuration object and then create the configurable objects, passing the config to them.

Aliases

  • IPython.core.application

Referenced by