bundles / IPython 9.13.0 / IPython / core / shellapp / InteractiveShellApp
MetaHasTraits
IPython.core.shellapp:InteractiveShellApp
source: /IPython/core/shellapp.py :146
Signature
def InteractiveShellApp ( ** kwargs : t.Any ) → None Members
-
_exec_file -
_run_cmd_line_code -
_run_exec_files -
_run_exec_lines -
_run_module -
_run_startup_files -
init_code -
init_extensions -
init_gui_pylab -
init_path -
init_shell
Summary
A Mixin for applications that start InteractiveShell instances.
Extended Summary
Provides configurables for loading extensions and executing files as part of configuring a Shell environment.
The following methods should be called by the initialize method of the subclass:
init_path
init_shell(to be implemented by the subclass)
init_gui_pylab
init_extensions
init_code
Aliases
-
IPython.core.shellapp.InteractiveShellApp