bundles / IPython 9.11.0 / 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