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

bundles / IPython 9.14.0.dev / IPython / core / events / shell_initialized

function

IPython.core.events:shell_initialized

source: /IPython/core/events.py :167

Signature

def   shell_initialized ( ip : InteractiveShell )  →  None

Summary

Fires after initialisation of InteractiveShell.

Extended Summary

This is before extensions and startup scripts are loaded, so it can only be set by subclassing.

Parameters

ip : :class:`~IPython.core.interactiveshell.InteractiveShell`

The newly initialised shell.

Aliases

  • IPython.core.events.shell_initialized