You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / core / shellapp / InteractiveShellApp

MetaHasTraits

IPython.core.shellapp:InteractiveShellApp

source: /IPython/core/shellapp.py :146

Signature

def   InteractiveShellApp ( ** kwargs : t.Any )  →  None

Members

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